diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.5.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/3.1.5.txt b/docs/releases/3.1.5.txt index 4a7fcc5876..0d11118446 100644 --- a/docs/releases/3.1.5.txt +++ b/docs/releases/3.1.5.txt @@ -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`). |
