From f4da01b618684b9525cffff76a52447583836b89 Mon Sep 17 00:00:00 2001 From: Om Prakash Singh Date: Fri, 15 Dec 2017 10:50:08 +0530 Subject: [PATCH] for python 2.7 updated packages for python 2.7 django version 1.11 is latest supported by python 2.7 version. --- docs/source/Introduction.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/Introduction.rst b/docs/source/Introduction.rst index 44b5228..9af6422 100644 --- a/docs/source/Introduction.rst +++ b/docs/source/Introduction.rst @@ -13,7 +13,9 @@ Setup First install the following dependencies (`pip install` is your friend): -* ``django`` +* ``django`` + Python 2.7 only supports django 1.11 please use: +* ``django==1.11`` * ``djangorestframework`` * ``drf-nested-routers``