summaryrefslogtreecommitdiff
path: root/tests/timezones
diff options
context:
space:
mode:
authorCHI Cheng <cloudream@gmail.com>2018-12-27 20:48:37 +1100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2018-12-27 10:48:37 +0100
commitb7dbd5ff68bb9d2235ca081c0bd0b8baa65f8c77 (patch)
tree727807b5da190df599f8aded31d43f70446704b6 /tests/timezones
parent277de2298465496b58808d22f67963544c76b16a (diff)
downloaddjango-b7dbd5ff68bb9d2235ca081c0bd0b8baa65f8c77.tar.gz
Fixed broken links to PyYAML page.
Diffstat (limited to 'tests/timezones')
-rw-r--r--tests/timezones/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timezones/tests.py b/tests/timezones/tests.py
index 0119bbe06d..42be78ae25 100644
--- a/tests/timezones/tests.py
+++ b/tests/timezones/tests.py
@@ -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 (https://pyyaml.org/ticket/202).
+ # returns a naive datetime object in UTC. See ticket #18867.
# Tests are adapted to take these quirks into account.
def assert_python_contains_datetime(self, objects, dt):