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 656d835 commit 4e42975Copy full SHA for 4e42975
tests/test_fields.py
@@ -1626,7 +1626,7 @@ def test_should_render_date_time_in_default_timezone(self):
1626
1627
1628
@pytest.mark.skipif(pytz is None or django.VERSION >= (5,),
1629
- 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.")
1630
class TestPytzNaiveDayLightSavingTimeTimeZoneDateTimeField(FieldValues):
1631
"""
1632
Invalid values for `DateTimeField` with datetime in DST shift (non-existing or ambiguous) and timezone with DST.
0 commit comments