]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
A warning is emitted when trying to flush an object of an inherited
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jun 2013 15:09:37 +0000 (11:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jun 2013 15:09:37 +0000 (11:09 -0400)
commit3b24ccaf28fd85a6e54aa813fde8b3677253f67f
tree0edd54a7c1a92f95c09415b6f524ccc719a4a7c4
parent278c243aa35103f07a928222a2b07092796e2099
A warning is emitted when trying to flush an object of an inherited
mapped class where the polymorphic discriminator has been assigned
to a value that is invalid for the class.   [ticket:2750]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/persistence.py
test/orm/inheritance/test_basic.py