mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #24001 -- Added range fields for PostgreSQL.
Added support for PostgreSQL range types to contrib.postgres. - 5 new model fields - 4 new form fields - New validators - Uses psycopg2's range type implementation in python
This commit is contained in:
@@ -62,9 +62,9 @@ New PostgreSQL specific functionality
|
||||
|
||||
Django now has a module with extensions for PostgreSQL specific features, such
|
||||
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>`.
|
||||
:class:`~django.contrib.postgres.fields.HStoreField`, :ref:`range-fields`, 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