mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-07 13:54:45 +03:00
fix formatting
This commit is contained in:
parent
656d83562f
commit
4e42975bba
|
@ -1626,7 +1626,7 @@ class TestCustomTimezoneForDateTimeField(TestCase):
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(pytz is None or django.VERSION >= (5,),
|
@pytest.mark.skipif(pytz is None or django.VERSION >= (5,),
|
||||||
reason="Django 5.0 has removed pytz; this test should eventually be able to get removed.")
|
reason="Django 5.0 has removed pytz; this test should eventually be able to get removed.")
|
||||||
class TestPytzNaiveDayLightSavingTimeTimeZoneDateTimeField(FieldValues):
|
class TestPytzNaiveDayLightSavingTimeTimeZoneDateTimeField(FieldValues):
|
||||||
"""
|
"""
|
||||||
Invalid values for `DateTimeField` with datetime in DST shift (non-existing or ambiguous) and timezone with DST.
|
Invalid values for `DateTimeField` with datetime in DST shift (non-existing or ambiguous) and timezone with DST.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user