mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #26610 -- Added CITextField to contrib.postgres.
This commit is contained in:
@@ -160,6 +160,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
|
||||
:class:`~django.contrib.postgres.operations.CITextExtension` migration
|
||||
operation allow using PostgreSQL's ``citext`` extension for case-insensitive
|
||||
lookups.
|
||||
|
||||
:mod:`django.contrib.redirects`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user