diff options
| author | Ian Foote <python@ian.feete.org> | 2017-10-11 22:55:52 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-29 17:00:28 -0400 |
| commit | 38cada7c94f5f73d2d47a0a730ea5d71d266fa2c (patch) | |
| tree | f7cfb69df62a07b0cda4b3c0d1c4a2f6ea5780bf /docs/releases | |
| parent | b4cba4ed625ce7c88675616b3bbb237c28a926d1 (diff) | |
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Thanks Vinay Karanam for the initial patch.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 742f4893be..a68f3135e4 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -164,7 +164,7 @@ Migrations Models ~~~~~~ -* ... +* Added support for PostgreSQL operator classes (:attr:`.Index.opclasses`). Requests and Responses ~~~~~~~~~~~~~~~~~~~~~~ |
