mirror of https://github.com/django/django.git
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):
|
||||
empty_strings_allowed = False
|
||||
description = _("Big (8 byte) integer")
|
||||
MAX_BIGINT = 9223372036854775807
|
||||
|
||||
|
|
Loading…
Reference in New Issue