]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- replace GenericBackrefExtension with straight events
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Dec 2010 01:25:22 +0000 (20:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Dec 2010 01:25:22 +0000 (20:25 -0500)
commit3c9d2d7b2f76fc18c0f1141a813a7045ac8cb853
treedb44f0c0edec5bfcea4009e5d0a457f6e1d04933
parent79fc3cdc1b0be99e138580905290823463766944
- replace GenericBackrefExtension with straight events
- add "backref" argument to register_attribute_impl
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_attributes.py
test/orm/test_extendedattr.py