]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving itself
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Oct 2013 21:56:53 +0000 (17:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Oct 2013 21:56:53 +0000 (17:56 -0400)
commit91ae63569df12654e0eae576938066a4079439aa
treef03f5155a9697eb2029af83e50f2c6a1afcfa57f
parentb0cd41dd50e9279b8f7823eadd001f04605990a4
- catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving itself
around for a long time
- association proxy now returns None for proxied scalar that is also None, rather
than raising AttributeError. [ticket:2810]
doc/build/changelog/changelog_09.rst
doc/build/changelog/migration_09.rst
doc/build/orm/extensions/associationproxy.rst
lib/sqlalchemy/ext/associationproxy.py
test/ext/test_associationproxy.py