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

This commit is contained in:
sage 2020-11-17 14:52:23 +07:00 committed by GitHub
parent ba42569d5c
commit 4a412c2e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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)