diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-14 09:33:12 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-14 17:50:04 +0100 |
| commit | 7cb5712edc158396c9d4fbf1ecf17794d9a128b3 (patch) | |
| tree | f1f5cc4116140c094311aba6d1a35d8fb8aa26c6 /docs/releases/2.2.6.txt | |
| parent | 98ae3925e57c3f054814b847971194f7cd8d98d1 (diff) | |
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecation timeline.
Diffstat (limited to 'docs/releases/2.2.6.txt')
| -rw-r--r-- | docs/releases/2.2.6.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.2.6.txt b/docs/releases/2.2.6.txt index 512b3601e0..23a39b90f4 100644 --- a/docs/releases/2.2.6.txt +++ b/docs/releases/2.2.6.txt @@ -14,5 +14,5 @@ Bugfixes * Fixed a regression in Django 2.2.4 that caused a crash when filtering with a ``Subquery()`` annotation of a queryset containing - :class:`~django.contrib.postgres.fields.JSONField` or + ``django.contrib.postgres.fields.JSONField`` or :class:`~django.contrib.postgres.fields.HStoreField` (:ticket:`30769`). |
