Skip to content

Commit

Permalink
[5.0.x] Fixed #35147 -- Added backward incompatibility note about fil…
Browse files Browse the repository at this point in the history
…tering against overflowing integers.

Backport of 0630ca5 from main
  • Loading branch information
Darbados authored and felixxm committed Feb 1, 2024
1 parent 58d5e57 commit 741f080
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/releases/5.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,11 @@ Miscellaneous

* The minimum supported version of ``docutils`` is increased to 0.19.

* Filtering querysets against overflowing integer values now always returns an
empty queryset. As a consequence, you may need to use ``ExpressionWrapper()``
to :ref:`explicitly wrap <using-f-with-annotations>` arithmetic against
integer fields in such cases.

.. _deprecated-features-5.0:

Features deprecated in 5.0
Expand Down

0 comments on commit 741f080

Please sign in to comment.