Commit d0b01ca4 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed typo in docs/topics/forms/modelforms.txt.

parent b9b84111
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -56,9 +56,9 @@ Model field Form field
=================================== ==================================================
:class:`AutoField`                  Not represented in the form

:class:`BigIntegerField`            :class:`IntegerField` with ``min_value``
                                    set to -9223372036854775808 and
                                    ``max_value`` set to 9223372036854775807.
:class:`BigIntegerField`            :class:`~django.forms.IntegerField` with
                                    ``min_value`` set to -9223372036854775808
                                    and ``max_value`` set to 9223372036854775807.

:class:`BooleanField`               :class:`~django.forms.BooleanField`