mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Fixed #14286 -- Added models.BigAutoField.
This commit is contained in:
parent
a1d0c60fa0
commit
2a7ce34600
19 changed files with 260 additions and 20 deletions
|
|
@ -56,6 +56,8 @@ Model field Form field
|
|||
=================================== ==================================================
|
||||
:class:`AutoField` Not represented in the form
|
||||
|
||||
:class:`BigAutoField` Not represented in the form
|
||||
|
||||
:class:`BigIntegerField` :class:`~django.forms.IntegerField` with
|
||||
``min_value`` set to -9223372036854775808
|
||||
and ``max_value`` set to 9223372036854775807.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue