diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-02-10 00:05:04 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-02-10 00:05:04 +0000 |
commit | 709b720be9ee0abca7c4dbccb91dadb50da5725b (patch) | |
tree | d14b861940f40f2819b5aaf37e2e6c339287ffe2 /core/TESTS/tests.py | |
parent | 19d9942676d56fa9289d0a24ec2c52c23437cf07 (diff) | |
download | troggle-709b720be9ee0abca7c4dbccb91dadb50da5725b.tar.gz troggle-709b720be9ee0abca7c4dbccb91dadb50da5725b.tar.bz2 troggle-709b720be9ee0abca7c4dbccb91dadb50da5725b.zip |
Update URLs to django documn version
Diffstat (limited to 'core/TESTS/tests.py')
-rw-r--r-- | core/TESTS/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TESTS/tests.py b/core/TESTS/tests.py index 3f60394..8f49a40 100644 --- a/core/TESTS/tests.py +++ b/core/TESTS/tests.py @@ -16,7 +16,7 @@ But paths like this: which rely on database resolution will fail unless a fixture has been set up for them. -https://docs.djangoproject.com/en/3.0/topics/testing/tools/ +https://docs.djangoproject.com/en/dev/topics/testing/tools/ """ |