1
0
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:
André Ericson
2019-10-11 20:10:31 +02:00
committed by Mariusz Felisiak
parent 2f72480fbd
commit 31174031f1
6 changed files with 59 additions and 1 deletions

View File

@@ -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