diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-11-25 12:19:45 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-11-25 12:21:29 +0100 |
| commit | 97bfe0cba55720802abc7a7190ccb1ac575da50d (patch) | |
| tree | 12d7b9fc59418e652dcb9ee38df88cf844ffb72d /docs | |
| parent | a582ef8b89a7e1e6724b6fdab93748c90afcabe3 (diff) | |
[3.1.x] Fixed #32224 -- Avoided suppressing connection errors in supports_json_field on SQLite.
Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd.
Thanks Juan Garcia Alvite for the report.
Backport of f5e5aac59ebbcea46b98d37834915de0f43d7cc8 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.4.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.1.4.txt b/docs/releases/3.1.4.txt index 4d9e949791..080db4f290 100644 --- a/docs/releases/3.1.4.txt +++ b/docs/releases/3.1.4.txt @@ -24,3 +24,7 @@ Bugfixes * Fixed a regression in Django 3.1 that caused the incorrect grouping by a ``Q`` object annotation (:ticket:`32200`). + +* Fixed a regression in Django 3.1 that caused suppressing connection errors + when :class:`~django.db.models.JSONField` is used on SQLite + (:ticket:`32224`). |
