From ba20483c8e59e5103971d1090d93f8627dd72cd0 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 26 Apr 2018 02:59:18 +0200 Subject: [PATCH] update django links in admin docs to point to 1.11 --- docs/admin.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin.rst b/docs/admin.rst index b2c8e6f4..0f9945be 100644 --- a/docs/admin.rst +++ b/docs/admin.rst @@ -138,12 +138,12 @@ django apps (wsgi apps) with the webserver you use. Django has nice generic documentation about this, see there: -https://docs.djangoproject.com/en/1.8/howto/deployment/ +https://docs.djangoproject.com/en/1.11/howto/deployment/ Even if you do not follow or fully read the deployment guide, make sure that you at least read the checklist: -https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/ +https://docs.djangoproject.com/en/1.11/howto/deployment/checklist/ HTTP Basic Auth