]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug where usage of new :class:`.Bundle` object would cause
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Nov 2013 16:55:54 +0000 (11:55 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Nov 2013 16:55:54 +0000 (11:55 -0500)
commitfefa2f5d57301f86136233a485624f0d083236d9
tree7e504aaa52db476eb5cfe549a857902c6bd09b67
parentfe1d64473896b1e8abeb8ddb966447632c057321
Fixed bug where usage of new :class:`.Bundle` object would cause
the :attr:`.Query.column_descriptions` attribute to fail.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/query.py
test/orm/test_query.py