]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Mutable collection passed to the "extension" attribute
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Oct 2009 19:46:36 +0000 (19:46 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Oct 2009 19:46:36 +0000 (19:46 +0000)
commitc676898f67d74a99f5ada5857d390a8be937c450
treedf7265741ee9f33e871af4483e27daff841c8a1c
parent950254ba174d0be8483512a2a1c5bcda975409bc
- Mutable collection passed to the "extension" attribute
of relation(), column_property() etc. will not be mutated
or shared among multiple instrumentation calls, preventing
duplicate extensions, such as backref populators,
from being inserted into the list.
[ticket:1585]
CHANGES
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_mapper.py