]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo in changelog
authorDavid Szotten <davidszotten@gmail.com>
Wed, 1 Jan 2014 10:28:58 +0000 (10:28 +0000)
committerDavid Szotten <davidszotten@gmail.com>
Wed, 1 Jan 2014 10:28:58 +0000 (10:28 +0000)
doc/build/changelog/migration_09.rst

index d8203f3807f01005ced700d8987c8b6d8dc5d36c..999bd76020589d3685fae7d812f6829ddc39a70f 100644 (file)
@@ -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::