[3.1.x] Fixed #32199 -- Doc'd JSONField in ModelForm field mapping.
Backport of 4a412c2e65
from master
This commit is contained in:
parent
d55cd4c62a
commit
4f7517b5e0
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue