1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #12990 -- Removed django.contrib.postgres.fields.jsonb.KeyTransform/KeyTextTransform.

Per deprecation timeline.
This commit is contained in:
Mariusz Felisiak
2021-01-14 09:57:22 +01:00
parent 7cb5712edc
commit 8fdb5a656a
3 changed files with 3 additions and 48 deletions

View File

@@ -316,3 +316,6 @@ to remove usage of these features.
* The ``django.contrib.postgres.fields.JSONField`` model field is removed,
except for support in historical migrations.
* ``django.contrib.postgres.fields.jsonb.KeyTransform`` and
``django.contrib.postgres.fields.jsonb.KeyTextTransform`` are removed.