]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] A warning is emitted when a reference
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 4 Aug 2012 22:32:38 +0000 (18:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 4 Aug 2012 22:32:38 +0000 (18:32 -0400)
commite07f4b9837455971ce95a1f306dc80a3f716ed64
treed992c22193dc99526fa82c3a2024579690ca3724
parent79f26dbff98a3e5625c94fbea5bfb35a2d7016cf
  - [feature] A warning is emitted when a reference
    to an instrumented collection is no longer
    associated with the parent class due to
    expiration/attribute refresh/collection
    replacement, but an append
    or remove operation is received on the
    now-detached collection.  [ticket:2476]
CHANGES
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/collections.py
lib/sqlalchemy/orm/descriptor_props.py
lib/sqlalchemy/orm/dynamic.py
lib/sqlalchemy/orm/state.py
test/orm/test_attributes.py