mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #24674 -- Documented the correct NullBooleanField formfield.
Thanks to knbk for the report.
This commit is contained in:
parent
b5e0eede40
commit
37e23c6060
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Model field Form field
|
|||
:class:`ManyToManyField` :class:`~django.forms.ModelMultipleChoiceField`
|
||||
(see below)
|
||||
|
||||
:class:`NullBooleanField` :class:`~django.forms.CharField`
|
||||
:class:`NullBooleanField` :class:`~django.forms.NullBooleanField`
|
||||
|
||||
:class:`PositiveIntegerField` :class:`~django.forms.IntegerField`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue