1
0
mirror of https://github.com/django/django.git synced 2025-06-07 04:29:12 +00:00

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

View File

@ -56,9 +56,9 @@ Model field Form field
=================================== ================================================== =================================== ==================================================
:class:`AutoField` Not represented in the form :class:`AutoField` Not represented in the form
:class:`BigIntegerField` :class:`IntegerField` with ``min_value`` :class:`BigIntegerField` :class:`~django.forms.IntegerField` with
set to -9223372036854775808 and ``min_value`` set to -9223372036854775808
``max_value`` set to 9223372036854775807. and ``max_value`` set to 9223372036854775807.
:class:`BooleanField` :class:`~django.forms.BooleanField` :class:`BooleanField` :class:`~django.forms.BooleanField`