]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add `default` parameter for `index_property`
authorJeong YunWon <jeong@youknowone.org>
Sun, 3 Jul 2016 13:23:45 +0000 (22:23 +0900)
committerJeong YunWon <jeong@youknowone.org>
Sun, 10 Jul 2016 17:57:51 +0000 (02:57 +0900)
commit21349b23dcfd0857785aa53007cc6636259d2395
treeaee70fe2e7e81e1dca0598361834bb78c737b56c
parent6b6bdb354252830a1a099c92cb98064337240a1a
Add `default` parameter for `index_property`

And force to use keyword arguments for trivial parameters in index_property

Change-Id: I12a178128182f77a2d06b52d7e36f59a36b45a33
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/ext/indexable.py
test/ext/test_indexable.py