summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/postgres/forms.txt19
1 files changed, 0 insertions, 19 deletions
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
- ``<textarea>``.
-
- .. admonition:: User friendly forms
-
- ``JSONField`` is not particularly user friendly in most cases, however
- it is a useful way to format data from a client-side widget for
- submission to the server.
-
- .. deprecated:: 3.1
-
- Use :class:`django.forms.JSONField` instead.
-
Range Fields
------------