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:
@@ -11,5 +11,5 @@ Bugfixes
|
||||
|
||||
* Fixed a crash when using a ``contains``, ``contained_by``, ``has_key``,
|
||||
``has_keys``, or ``has_any_keys`` lookup on
|
||||
:class:`~django.contrib.postgres.fields.JSONField`, if the right or left hand
|
||||
``django.contrib.postgres.fields.JSONField``, if the right or left hand
|
||||
side of an expression is a key transform (:ticket:`30826`).
|
||||
|
||||
Reference in New Issue
Block a user