mirror of
https://github.com/django/django.git
synced 2025-11-23 04:25:55 +00:00
Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.
This commit is contained in:
parent
2514857e3f
commit
5bd775703c
13 changed files with 31 additions and 30 deletions
|
|
@ -76,7 +76,7 @@ General-purpose aggregation functions
|
|||
.. class:: BitXor(expression, filter=None, default=None, **extra)
|
||||
|
||||
Returns an ``int`` of the bitwise ``XOR`` of all non-null input values, or
|
||||
``default`` if all values are null. It requires PostgreSQL 14+.
|
||||
``default`` if all values are null.
|
||||
|
||||
``BoolAnd``
|
||||
-----------
|
||||
|
|
|
|||
|
|
@ -130,8 +130,7 @@ used for queries that select only included fields
|
|||
(:attr:`~ExclusionConstraint.include`) and filter only by indexed fields
|
||||
(:attr:`~ExclusionConstraint.expressions`).
|
||||
|
||||
``include`` is supported for GiST indexes. PostgreSQL 14+ also supports
|
||||
``include`` for SP-GiST indexes.
|
||||
``include`` is supported for GiST and SP-GiST indexes.
|
||||
|
||||
``violation_error_code``
|
||||
------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue