summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <classic@zzzcomputing.com>2014-01-02 19:08:46 -0500
committerMike Bayer <classic@zzzcomputing.com>2014-01-02 19:08:46 -0500
commit3e7a17174f9486e5462d19842615c1b1df57769d (patch)
treec19e603262d4ef6af0ee7619b89d1d898f6481c2
parent7880d84c5b20caa80be186b62dd0c3733f1b723e (diff)
parentdc9c76486dbb331a06798cb5f47f2214a86f6cdd (diff)
downloadsqlalchemy-3e7a17174f9486e5462d19842615c1b1df57769d.tar.gz
Merged in davidszotten/sqlalchemy/doc_typo (pull request #10)
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::