mirror of
https://github.com/django/django.git
synced 2025-10-30 00:56:09 +00:00
Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.
This commit is contained in:
committed by
Jacob Walls
parent
2514857e3f
commit
5bd775703c
@@ -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``
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user