We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b930654 commit 3f0b532Copy full SHA for 3f0b532
timezone_utils/fields.py
@@ -32,9 +32,9 @@
32
# ==============================================================================
33
# MODEL FIELDS
34
35
-class TimeZoneField(
+class TimeZoneField( # pylint: disable=E0239
36
with_metaclass(TimeZoneFieldBase, CharField)
37
-): # pylint: disable=E0239
+):
38
# Enforce the minimum length of max_length to be the length of the longest
39
# pytz timezone string
40
MIN_LENGTH = max(map(len, pytz.all_timezones))
0 commit comments