summaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-04-08 22:21:59 +0100
committerStephen Finucane <stephen@that.guru>2020-04-08 23:30:49 +0100
commit82e352ae5b4c2f9be666fdccea96845c1dc14d5b (patch)
tree45a1341478bc3103610162b6e64446e8de1852e4 /docs/development
parentdc9c4fe12c1af3efe578e2ac428aed01969bf95b (diff)
downloadpatchwork-82e352ae5b4c2f9be666fdccea96845c1dc14d5b.tar
patchwork-82e352ae5b4c2f9be666fdccea96845c1dc14d5b.tar.gz
Replace references to Django 1.11 docs
This is a straight forward swap, thankfully. Django 2.2 is chosen as it's the latest LTS. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/installation.rst b/docs/development/installation.rst
index d540b76..33ebd96 100644
--- a/docs/development/installation.rst
+++ b/docs/development/installation.rst
@@ -210,7 +210,7 @@ respectively on Debian-based Debian-based distros like Ubuntu and
supported`__. You will find some tests provided by Patchwork fail and some
patches you develop may fail in production due to these differences.
-__ https://docs.djangoproject.com/en/1.11/ref/databases/
+__ https://docs.djangoproject.com/en/2.2/ref/databases/
__ https://www.sqlite.org/faq.html#q18
Example Installation