1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.

Per deprecation timeline.
This commit is contained in:
Mariusz Felisiak
2021-01-07 20:50:36 +01:00
parent 12ac4916af
commit 396da8b94c
4 changed files with 8 additions and 27 deletions

View File

@@ -268,3 +268,6 @@ See :ref:`deprecated-features-3.1` for details on these changes, including how
to remove usage of these features.
* The ``PASSWORD_RESET_TIMEOUT_DAYS`` setting is removed.
* The :lookup:`isnull` lookup no longer allows using non-boolean values as the
right-hand side.