Loading docs/topics/forms/modelforms.txt +7 −7 Original line number Diff line number Diff line Loading @@ -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 Loading
docs/topics/forms/modelforms.txt +7 −7 Original line number Diff line number Diff line Loading @@ -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