mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #31396 -- Added binary XOR operator to F expressions.
This commit is contained in:
committed by
Mariusz Felisiak
parent
39e1c88de6
commit
f3da09df0f
@@ -338,6 +338,9 @@ Models
|
||||
* The new ``is_dst`` parameter of the :meth:`.QuerySet.datetimes` determines
|
||||
the treatment of nonexistent and ambiguous datetimes.
|
||||
|
||||
* The new :class:`~django.db.models.F` expression ``bitxor()`` method allows
|
||||
:ref:`bitwise XOR operation <using-f-expressions-in-filters>`.
|
||||
|
||||
Pagination
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user