]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add .info to InstanceState
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Oct 2018 20:34:50 +0000 (16:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Oct 2018 20:35:27 +0000 (16:35 -0400)
commitb171a2ed0351aff755c34ca9cf51e8e33c2df95e
tree6e07f331c026fea971f9256f0f8a6534d568a96f
parent29d54ab69b689c2bc4b9be8273f4c0a96e37153f
Add .info to InstanceState

Added ``.info`` dictionary to the :class:`.InstanceState` class, the object
that comes from calling :func:`.inspect` on a mapped object.

Fixes: #4257
Change-Id: I32d043f369edb708a17eec2e0b8876db0c1891b4
doc/build/changelog/migration_13.rst
doc/build/changelog/unreleased_13/4257.rst [new file with mode: 0644]
lib/sqlalchemy/orm/state.py
test/orm/test_inspect.py
test/orm/test_pickled.py