mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.
This commit is contained in:
parent
fe2d288434
commit
fb5bd38e3b
7 changed files with 71 additions and 36 deletions
|
@ -210,10 +210,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.CITextField` and
|
||||
* The new :class:`~django.contrib.postgres.fields.CIText` mixin and
|
||||
:class:`~django.contrib.postgres.operations.CITextExtension` migration
|
||||
operation allow using PostgreSQL's ``citext`` extension for case-insensitive
|
||||
lookups.
|
||||
lookups. Three fields are provided: :class:`.CICharField`,
|
||||
:class:`.CIEmailField`, and :class:`.CITextField`.
|
||||
|
||||
* The new :class:`~django.contrib.postgres.aggregates.JSONBAgg` allows
|
||||
aggregating values as a JSON array.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue