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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user