mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #14286 -- Added models.BigAutoField.
This commit is contained in:
committed by
Tim Graham
parent
a1d0c60fa0
commit
2a7ce34600
@@ -242,6 +242,10 @@ Models
|
||||
:class:`~django.db.models.Func`. This attribute can be used to set the number
|
||||
of arguments the function accepts.
|
||||
|
||||
* Added :class:`~django.db.models.BigAutoField` which acts much like an
|
||||
:class:`~django.db.models.AutoField` except that it is guaranteed
|
||||
to fit numbers from ``1`` to ``9223372036854775807``.
|
||||
|
||||
Requests and Responses
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user