mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed #32199 -- Doc'd JSONField in ModelForm field mapping.
This commit is contained in:
parent
ba42569d5c
commit
4a412c2e65
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ Model field Form field
|
||||||
|
|
||||||
:class:`GenericIPAddressField` :class:`~django.forms.GenericIPAddressField`
|
:class:`GenericIPAddressField` :class:`~django.forms.GenericIPAddressField`
|
||||||
|
|
||||||
|
:class:`JSONField` :class:`~django.forms.JSONField`
|
||||||
|
|
||||||
:class:`ManyToManyField` :class:`~django.forms.ModelMultipleChoiceField`
|
:class:`ManyToManyField` :class:`~django.forms.ModelMultipleChoiceField`
|
||||||
(see below)
|
(see below)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue