Skip to content

Commit

Permalink
[1.7.x] Fixed #24674 -- Documented the correct NullBooleanField formf…
Browse files Browse the repository at this point in the history
…ield.

Thanks to knbk for the report.

Backport of 37e23c6 from master
  • Loading branch information
charettes committed Apr 20, 2015
1 parent 67bf6bb commit a297af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/forms/modelforms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit a297af9

Please sign in to comment.