mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.
This commit is contained in:
committed by
Mariusz Felisiak
parent
000d430234
commit
bd47b9bc81
@@ -64,7 +64,9 @@ Minor features
|
||||
:mod:`django.contrib.postgres`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
* The new :class:`BitXor() <django.contrib.postgres.aggregates.BitXor>`
|
||||
aggregate function returns an ``int`` of the bitwise ``XOR`` of all non-null
|
||||
input values.
|
||||
|
||||
:mod:`django.contrib.redirects`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user