1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #26974 -- Added HashIndex to django.contrib.postgres.

Thanks Akshesh Doshi for the initial implementation.
This commit is contained in:
Nick Pope
2017-12-05 09:43:56 +00:00
committed by Tim Graham
parent 2092206bee
commit d526b07784
4 changed files with 88 additions and 2 deletions

View File

@@ -82,6 +82,9 @@ Minor features
:class:`~django.contrib.postgres.aggregates.StringAgg` determines the
ordering of the aggregated elements.
* The new :class:`~django.contrib.postgres.indexes.HashIndex` class
allows creating ``hash`` indexes in the database.
:mod:`django.contrib.redirects`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~