diff options
| author | Jeong YunWon <jeong@youknowone.org> | 2016-07-03 22:23:45 +0900 |
|---|---|---|
| committer | Jeong YunWon <jeong@youknowone.org> | 2016-07-11 02:57:51 +0900 |
| commit | 21349b23dcfd0857785aa53007cc6636259d2395 (patch) | |
| tree | aee70fe2e7e81e1dca0598361834bb78c737b56c /doc | |
| parent | 6b6bdb354252830a1a099c92cb98064337240a1a (diff) | |
| download | sqlalchemy-21349b23dcfd0857785aa53007cc6636259d2395.tar.gz | |
Add `default` parameter for `index_property`
And force to use keyword arguments for trivial parameters in index_property
Change-Id: I12a178128182f77a2d06b52d7e36f59a36b45a33
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_11.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 8ed600639..279cc13f6 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -27,6 +27,12 @@ sqlalchemy.ext.indexable will intercept IndexError as well as KeyError when raising as AttributeError. + .. change:: + :tags: feature, ext + + Added a "default" parameter to the new sqlalchemy.ext.indexable + extension. + .. changelog:: :version: 1.1.0b2 :released: July 1, 2016 |
