From 0b14fbd7ea2dc2207cf82871ecf4257b5dec299c Mon Sep 17 00:00:00 2001 From: Renfred Harper Date: Thu, 5 Dec 2013 00:51:09 -0500 Subject: [PATCH] Update Django version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad8839e..052a00f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Set Up To get started, you'll need the following installed: * [Python 2.7](http://www.python.org/download/) -* [Django 1.4 or later](https://www.djangoproject.com/download/) +* [Django 1.5 or later](https://www.djangoproject.com/download/) * [Git](http://git-scm.com/book/en/Getting-Started-Installing-Git) * [virtualenv](http://www.virtualenv.org/en/latest/index.html#installation) (to install you will need either -- GitLab