Commit a297af97 authored by Simon Charette's avatar Simon Charette
Browse files

[1.7.x] Fixed #24674 -- Documented the correct NullBooleanField formfield.

Thanks to knbk for the report.

Backport of 37e23c60 from master
parent 67bf6bb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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`