From 2dd6a83d2d7c61321ac4a9b10fbf3c379cb305c3 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 14 Jan 2021 10:04:20 +0100 Subject: Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per deprecation timeline. --- docs/ref/contrib/postgres/forms.txt | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/postgres/forms.txt b/docs/ref/contrib/postgres/forms.txt index 715b376ac9..e5d597655f 100644 --- a/docs/ref/contrib/postgres/forms.txt +++ b/docs/ref/contrib/postgres/forms.txt @@ -158,25 +158,6 @@ Fields valid for a given field. This can be done using the :class:`~django.contrib.postgres.validators.KeysValidator`. -``JSONField`` -------------- - -.. class:: JSONField - - A field which accepts JSON encoded data for a - :class:`~django.db.models.JSONField`. It is represented by an HTML - ``