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

This commit is contained in:
Tim Graham 2015-03-09 20:49:22 -04:00
parent b9b8411129
commit d0b01ca452
1 changed files with 7 additions and 7 deletions

View File

@ -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`