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:
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…
x
Reference in New Issue
Block a user