1
0
mirror of https://github.com/django/django.git synced 2025-07-16 07:39:12 +00:00

[3.1.x] Fixed #32199 -- Doc'd JSONField in ModelForm field mapping.

Backport of 4a412c2e659f9295973434c65b785b03acee7251 from master
This commit is contained in:
sage 2020-11-17 14:52:23 +07:00 committed by Carlton Gibson
parent d55cd4c62a
commit 4f7517b5e0

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)