Browse Source

Fixed #32199 -- Doc'd JSONField in ModelForm field mapping.

sage 4 years ago
parent
commit
4a412c2e65
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/topics/forms/modelforms.txt

+ 2 - 0
docs/topics/forms/modelforms.txt

@@ -101,6 +101,8 @@ Model field                         Form field
 
 :class:`GenericIPAddressField`      :class:`~django.forms.GenericIPAddressField`
 
+:class:`JSONField`                  :class:`~django.forms.JSONField`
+
 :class:`ManyToManyField`            :class:`~django.forms.ModelMultipleChoiceField`
                                     (see below)