]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- removed deprecated method of specifying custom collections on classes;
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Feb 2007 21:55:45 +0000 (21:55 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Feb 2007 21:55:45 +0000 (21:55 +0000)
commit67baacf01bae228cec392261a4791e9d08b0359e
tree41c3961a88581c53787cb4c7b66273d43823da99
parent8d45eb6af0dd338a9a7d7f6203a9ce9a5b37610a
- removed deprecated method of specifying custom collections on classes;
you must now use the "collection_class" option. the old way was
beginning to produce conflicts when people used assign_mapper(), which
now patches an "options" method, in conjunction with a relationship
named "options". (relationships take precedence over monkeypatched
assign_mapper methods).
CHANGES
lib/sqlalchemy/orm/attributes.py
test/orm/unitofwork.py