]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The name ConcurrentModificationError has been
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Aug 2010 22:24:35 +0000 (18:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Aug 2010 22:24:35 +0000 (18:24 -0400)
commitc09b79d61eaba130efcd676db5e27ac3635535d2
tree689b89d21811d0fb880f0e69a5d028178a589c21
parent62b12e4266e5d2305f7dbc17b44bab6b2b05c622
- The name ConcurrentModificationError has been
changed to StaleDataError, and descriptive
error messages have been revised to reflect
exactly what the issue is.   Both names will
remain available for the forseeable future
for schemes that may be specifying
ConcurrentModificationError in an "except:"
clause.
CHANGES
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/exc.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/test/requires.py
test/orm/inheritance/test_basic.py
test/orm/test_manytomany.py
test/orm/test_versioning.py