Changes between Initial Version and Version 1 of Ticket #35986, comment 5
- Timestamp:
- Dec 14, 2024, 2:20:19 AM (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35986, comment 5
initial v1 86 86 password="secret", 87 87 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())93 88 }}}