Fixed typo in docs/topics/forms/modelforms.txt.
This commit is contained in:
parent
b9b8411129
commit
d0b01ca452
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue