summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Szotten <davidszotten@gmail.com>2014-01-01 10:28:58 +0000
committerDavid Szotten <davidszotten@gmail.com>2014-01-01 10:28:58 +0000
commitdc9c76486dbb331a06798cb5f47f2214a86f6cdd (patch)
treeefdbfa0e6d212f3e07e9775dfdc409c766a047e5
parentf00657fa8a3a484d3a9207c67c0a1d20ab8313bb (diff)
downloadsqlalchemy-dc9c76486dbb331a06798cb5f47f2214a86f6cdd.tar.gz
typo in changelog
-rw-r--r--doc/build/changelog/migration_09.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/migration_09.rst b/doc/build/changelog/migration_09.rst
index d8203f380..999bd7602 100644
--- a/doc/build/changelog/migration_09.rst
+++ b/doc/build/changelog/migration_09.rst
@@ -882,7 +882,7 @@ the ORM's versioning feature.
``include_backrefs=False`` option for ``@validates``
----------------------------------------------------
-The :func:`.validates` function now accepts an option ``enable_backrefs=False``,
+The :func:`.validates` function now accepts an option ``include_backrefs=True``,
which will bypass firing the validator for the case where the event initiated
from a backref::