From: David Szotten Date: Wed, 1 Jan 2014 10:28:58 +0000 (+0000) Subject: typo in changelog X-Git-Tag: rel_0_9_1~9^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc9c76486dbb331a06798cb5f47f2214a86f6cdd;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo in changelog --- diff --git a/doc/build/changelog/migration_09.rst b/doc/build/changelog/migration_09.rst index d8203f3807..999bd76020 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::