mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
This commit is contained in:
@@ -215,11 +215,11 @@ Minor features
|
||||
parameter to specify a custom class to encode data types not supported by the
|
||||
standard encoder.
|
||||
|
||||
* The new :class:`~django.contrib.postgres.fields.CIText` mixin and
|
||||
* The new ``CIText`` mixin and
|
||||
:class:`~django.contrib.postgres.operations.CITextExtension` migration
|
||||
operation allow using PostgreSQL's ``citext`` extension for case-insensitive
|
||||
lookups. Three fields are provided: :class:`.CICharField`,
|
||||
:class:`.CIEmailField`, and :class:`.CITextField`.
|
||||
lookups. Three fields are provided: ``CICharField``, ``CIEmailField``, and
|
||||
``CITextField``.
|
||||
|
||||
* The new :class:`~django.contrib.postgres.aggregates.JSONBAgg` allows
|
||||
aggregating values as a JSON array.
|
||||
|
||||
Reference in New Issue
Block a user