mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.
This commit is contained in:
committed by
Mariusz Felisiak
parent
2f72480fbd
commit
31174031f1
@@ -274,6 +274,9 @@ Miscellaneous
|
||||
* ``PASSWORD_RESET_TIMEOUT_DAYS`` setting is deprecated in favor of
|
||||
:setting:`PASSWORD_RESET_TIMEOUT`.
|
||||
|
||||
* The undocumented usage of the :lookup:`isnull` lookup with non-boolean values
|
||||
as the right-hand side is deprecated, use ``True`` or ``False`` instead.
|
||||
|
||||
.. _removed-features-3.1:
|
||||
|
||||
Features removed in 3.1
|
||||
|
||||
Reference in New Issue
Block a user