mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #30987 -- Added models.PositiveBigIntegerField.
This commit is contained in:
committed by
Mariusz Felisiak
parent
aa12cf07c9
commit
555bebe774
@@ -194,6 +194,11 @@ Models
|
||||
* ``TREE`` format on MySQL 8.0.16+,
|
||||
* ``analyze`` option on MySQL 8.0.18+ and MariaDB.
|
||||
|
||||
* Added :class:`~django.db.models.PositiveBigIntegerField` which acts much like
|
||||
a :class:`~django.db.models.PositiveIntegerField` except that it only allows
|
||||
values under a certain (database-dependent) limit. Values from ``0`` to
|
||||
``9223372036854775807`` are safe in all databases supported by Django.
|
||||
|
||||
Pagination
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user