Changes between Initial Version and Version 1 of Ticket #35986, comment 5


Ignore:
Timestamp:
Dec 14, 2024, 2:20:19 AM (4 days ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35986, comment 5

    initial v1  
    8686             password="secret",
    8787             last_login=datetime.datetime(2007, 5, 30, 13, 20, 10, tzinfo=UTC),
    88 @@ -1403,3 +1407,4 @@ def test_change_readonly_in_other_timezone(self):
    89                  reverse("admin_tz:timezones_timestamp_change", args=(t.pk,))
    90              )
    91          self.assertContains(response, t.created.astimezone(ICT).isoformat())
    92 +        self.assertContains(response, t.created.astimezone(ICT).isoformat())
    9388}}}
Back to Top