mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #29784 -- Switched to https:// links where available.
This commit is contained in:
parent
d1d5c97bc2
commit
82f286cf6f
131 changed files with 267 additions and 267 deletions
|
@ -607,7 +607,7 @@ class SerializationTests(SimpleTestCase):
|
|||
# - JSON supports only milliseconds, microseconds will be truncated.
|
||||
# - PyYAML dumps the UTC offset correctly for timezone-aware datetimes,
|
||||
# but when it loads this representation, it subtracts the offset and
|
||||
# returns a naive datetime object in UTC (http://pyyaml.org/ticket/202).
|
||||
# returns a naive datetime object in UTC (https://pyyaml.org/ticket/202).
|
||||
# Tests are adapted to take these quirks into account.
|
||||
|
||||
def assert_python_contains_datetime(self, objects, dt):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue