]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The signature of the proxy_factory callable passed to
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Dec 2009 23:09:48 +0000 (23:09 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Dec 2009 23:09:48 +0000 (23:09 +0000)
commitdc1fc3a8972ce79d3c63289018335fcb92dd45d8
tree900685b7485ab61d75d0e535b3ec78538035fbbf
parentd39a15748948904d5d45a3a6ee798b8b799b9311
- The signature of the proxy_factory callable passed to
association_proxy is now (lazy_collection, creator,
value_attr, association_proxy), adding a fourth argument
that is the parent AssociationProxy argument.  Allows
serializability and subclassing of the built in collections.
[ticket:1259]
CHANGES
lib/sqlalchemy/ext/associationproxy.py
test/ext/test_associationproxy.py