]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- "custom list classes" is now implemented via the "collection_class"
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Oct 2006 23:38:48 +0000 (23:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Oct 2006 23:38:48 +0000 (23:38 +0000)
commit6f1eb443a358f41f2dd38bac065b98fad54a67ce
tree0fff3ed11eadf632d59555a4f4180599275d8fa8
parentbbd7c660560212844de3a92ba077bcec77740b16
 - "custom list classes" is now implemented via the "collection_class"
    keyword argument to relation().  the old way still works but is
    deprecated [ticket:212]
CHANGES
doc/build/content/adv_datamapping.txt
examples/adjacencytree/byroot_tree.py
examples/vertical/vertical.py
lib/sqlalchemy/attributes.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/strategies.py