mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecation timeline.
This commit is contained in:
@@ -10,5 +10,5 @@ Bugfixes
|
||||
========
|
||||
|
||||
* Fixed a crash when filtering with a ``Subquery()`` annotation of a queryset
|
||||
containing :class:`~django.contrib.postgres.fields.JSONField` or
|
||||
containing ``django.contrib.postgres.fields.JSONField`` or
|
||||
:class:`~django.contrib.postgres.fields.HStoreField` (:ticket:`30769`).
|
||||
|
||||
Reference in New Issue
Block a user