diff options
| author | Simon Charette <charette.s@gmail.com> | 2015-04-20 15:17:24 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2015-04-20 15:18:41 -0400 |
| commit | 37e23c606031d5b34197e196fb6e6fed0137bb37 (patch) | |
| tree | 72272cb15501e16a4c2c3ecb4f57dab8c15b7cc0 /docs | |
| parent | b5e0eede406633b88c6222031171f80876d8f5e1 (diff) | |
Fixed #24674 -- Documented the correct NullBooleanField formfield.
Thanks to knbk for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/forms/modelforms.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index 4a44de2d2a..b299a4b775 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -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` |
