From decb1cb53de5b9a67b02b26dbe7cfd8c15022792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gil=20Gon=C3=A7alves?= Date: Wed, 19 Nov 2014 12:33:59 +0000 Subject: [PATCH] Set a version for django in tutorial --- docs/tutorial/1-serialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/1-serialization.md b/docs/tutorial/1-serialization.md index db5b9ea7b..7a9c7609a 100644 --- a/docs/tutorial/1-serialization.md +++ b/docs/tutorial/1-serialization.md @@ -22,7 +22,7 @@ Before we do anything else we'll create a new virtual environment, using [virtua Now that we're inside a virtualenv environment, we can install our package requirements. - pip install django + pip install django==1.5.1 pip install djangorestframework pip install pygments # We'll be using this for the code highlighting