diff options
author | David Szotten <davidszotten@gmail.com> | 2014-01-01 10:28:58 +0000 |
---|---|---|
committer | David Szotten <davidszotten@gmail.com> | 2014-01-01 10:28:58 +0000 |
commit | dc9c76486dbb331a06798cb5f47f2214a86f6cdd (patch) | |
tree | efdbfa0e6d212f3e07e9775dfdc409c766a047e5 | |
parent | f00657fa8a3a484d3a9207c67c0a1d20ab8313bb (diff) | |
download | sqlalchemy-dc9c76486dbb331a06798cb5f47f2214a86f6cdd.tar.gz |
typo in changelog
-rw-r--r-- | doc/build/changelog/migration_09.rst | 2 |
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:: |