mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #31396 -- Added binary XOR operator to F expressions.
This commit is contained in:
parent
39e1c88de6
commit
f3da09df0f
8 changed files with 44 additions and 4 deletions
|
@ -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
|
||||
~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue