mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and Oracle.
__isnull=True on key transforms should not match keys with NULL values.
This commit is contained in:
@@ -9,4 +9,6 @@ Django 3.1.5 fixes several bugs in 3.1.4.
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed ``__isnull=True`` lookup on key transforms for
|
||||
:class:`~django.db.models.JSONField` with Oracle and SQLite
|
||||
(:ticket:`32252`).
|
||||
|
||||
Reference in New Issue
Block a user