]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix nested index_property setter when there is no container value
authorJeong YunWon <jeong@youknowone.org>
Fri, 27 Jan 2017 14:29:59 +0000 (23:29 +0900)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Jan 2017 17:59:54 +0000 (12:59 -0500)
commitf411cac35001e0d40a6217846d3df40f676a2d4d
tree8fea7df45be5e7099bd43ea9b1b932f40030d651
parent1c578a710f14568856dad6a1c0bad1269b4108c4
Fix nested index_property setter when there is no container value

Fixed bug in new :mod:`sqlalchemy.ext.indexable` extension
where setting of a property that itself refers to another property
would fail.

Fixes: #3901
Change-Id: I203a66117e2399afee11a34f43f0e93adfc6d571
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/ext/indexable.py
test/ext/test_indexable.py