]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
after some usage, its clear that [ticket:1974] should not be implemented. backrefs
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 21:27:44 +0000 (16:27 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 21:27:44 +0000 (16:27 -0500)
commitca9d3cea39a8cd2758ec6981872c38b7b3f59079
tree5cab601350b1d81b821377bc3a655cd7992e1d5a
parente836366c843cd64a0df569582534868e3fb00f3b
after some usage, its clear that [ticket:1974] should not be implemented.   backrefs
add to collections so its expected that collection membership would mirror in session
membership.
Backed out changeset e836366c843cd64a0df569582534868e3fb00f3b
doc/build/orm/session.rst
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/properties.py
test/orm/inheritance/test_polymorph.py
test/orm/test_assorted_eager.py
test/orm/test_backref_mutations.py
test/orm/test_cascade.py
test/orm/test_expire.py
test/orm/test_mapper.py
test/orm/test_merge.py