1
0
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:
Nick Pope 2017-12-12 10:31:40 +00:00 committed by Tim Graham
parent 78fc64578a
commit 856ba1ec86

View File

@ -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