mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.
Thanks Tim Graham and Markus Holtermann for review.
This commit is contained in:
@@ -212,8 +212,9 @@ Minor features
|
||||
:class:`~django.contrib.postgres.aggregates.StringAgg` determines if
|
||||
concatenated values will be distinct.
|
||||
|
||||
* The new :class:`~django.contrib.postgres.indexes.GinIndex` class allows
|
||||
creating gin indexes in the database.
|
||||
* The new :class:`~django.contrib.postgres.indexes.GinIndex` and
|
||||
:class:`~django.contrib.postgres.indexes.BrinIndex` classes allow
|
||||
creating ``GIN`` and ``BRIN`` indexes in the database.
|
||||
|
||||
* :class:`~django.contrib.postgres.fields.JSONField` accepts a new ``encoder``
|
||||
parameter to specify a custom class to encode data types not supported by the
|
||||
|
||||
Reference in New Issue
Block a user