mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23423 -- Added unaccent lookup in django.contrib.postgres
This commit is contained in:
committed by
Tim Graham
parent
47789410db
commit
17fe0bd808
@@ -45,9 +45,10 @@ New PostgreSQL specific functionality
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Django now has a module with extensions for PostgreSQL specific features, such
|
||||
as :class:`~django.contrib.postgres.fields.ArrayField` and
|
||||
:class:`~django.contrib.postgres.fields.HStoreField`. A full breakdown of the
|
||||
features is available :doc:`in the documentation</ref/contrib/postgres/index>`.
|
||||
as :class:`~django.contrib.postgres.fields.ArrayField`,
|
||||
:class:`~django.contrib.postgres.fields.HStoreField`, and :lookup:`unaccent`
|
||||
lookup. A full breakdown of the features is available :doc:`in the
|
||||
documentation </ref/contrib/postgres/index>`.
|
||||
|
||||
New data types
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user