Kaydet (Commit) beb95704 authored tarafından Simon Charette's avatar Simon Charette

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

Thanks to knbk for the report.

Backport of 37e23c60 from master
üst 76f20c53
...@@ -96,7 +96,7 @@ Model field Form field ...@@ -96,7 +96,7 @@ Model field Form field
:class:`ManyToManyField` :class:`~django.forms.ModelMultipleChoiceField` :class:`ManyToManyField` :class:`~django.forms.ModelMultipleChoiceField`
(see below) (see below)
:class:`NullBooleanField` :class:`~django.forms.CharField` :class:`NullBooleanField` :class:`~django.forms.NullBooleanField`
:class:`PositiveIntegerField` :class:`~django.forms.IntegerField` :class:`PositiveIntegerField` :class:`~django.forms.IntegerField`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment