mirror of
https://github.com/django/django.git
synced 2025-03-11 09:52:38 +00:00
Removed redundant BigIntegerField.empty_strings_allowed (already inherited).
This commit is contained in:
parent
78fc64578a
commit
856ba1ec86
@ -1827,7 +1827,6 @@ class IntegerField(Field):
|
|||||||
|
|
||||||
|
|
||||||
class BigIntegerField(IntegerField):
|
class BigIntegerField(IntegerField):
|
||||||
empty_strings_allowed = False
|
|
||||||
description = _("Big (8 byte) integer")
|
description = _("Big (8 byte) integer")
|
||||||
MAX_BIGINT = 9223372036854775807
|
MAX_BIGINT = 9223372036854775807
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user