mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecation timeline.
This commit is contained in:
@@ -211,7 +211,7 @@ Minor features
|
||||
: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``
|
||||
* ``django.contrib.postgres.fields.JSONField`` accepts a new ``encoder``
|
||||
parameter to specify a custom class to encode data types not supported by the
|
||||
standard encoder.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user