]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a regression in association proxy caused by :ticket:`2810` which
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Feb 2014 18:29:59 +0000 (13:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Feb 2014 18:29:59 +0000 (13:29 -0500)
commitb6428219c663e0eb0bf44817391d7a8fc1c60d43
treee7b233e5ba80ba199035299e472f754393d350b9
parent2d146ddad97e637c399d274c845866d2e21e9b93
- Fixed a regression in association proxy caused by :ticket:`2810` which
caused a user-provided "getter" to no longer receive values of ``None``
when fetching scalar values from a target that is non-present.  The
check for None introduced by this change is now moved into the default
getter, so a user-provided getter will also again receive values of
None.
re: #2810
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/ext/associationproxy.py
test/ext/test_associationproxy.py