Skip to content

Commit

Permalink
Removed redundant BigIntegerField.empty_strings_allowed (already inhe…
Browse files Browse the repository at this point in the history
…rited).
  • Loading branch information
ngnpope authored and timgraham committed Nov 23, 2018
1 parent 78fc645 commit 856ba1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django/db/models/fields/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,6 @@ def formfield(self, **kwargs):


class BigIntegerField(IntegerField):
empty_strings_allowed = False
description = _("Big (8 byte) integer")
MAX_BIGINT = 9223372036854775807

Expand Down

0 comments on commit 856ba1e

Please sign in to comment.