From 2f0eca05620cc315950d86c00e46ec9ae27d49e4 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Fri, 12 Sep 2014 10:16:19 +0100 Subject: [PATCH 1/2] Bump supported 1.7 version to 1.7.0 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 77d153f26..7dfe5bfa8 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ Available at `wagtail.readthedocs.org `_ and al Compatibility ~~~~~~~~~~~~~ -Wagtail supports Django 1.6.2+ and 1.7rc3+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4. +Wagtail supports Django 1.6.2+ and 1.7.0+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4. Wagtail's dependencies are summarised at `requirements.io `_. From 04da84e505175e5174075ec3b2c28752cbc3db77 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 12 Sep 2014 10:19:39 +0100 Subject: [PATCH 2/2] Fix link to getting started docs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7dfe5bfa8..3a74ec8cd 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Got a question? Ask it on our `Google Group `_; see the `README `_ for installation instructions. -* See the `Getting Started `_ docs for installation (with the demo app) on a fresh Debian/Ubuntu box with production-ready dependencies, on OS X and on a Vagrant box. +* See the `Getting Started `_ docs for installation (with the demo app) on a fresh Debian/Ubuntu box with production-ready dependencies, on OS X and on a Vagrant box. * `Serafeim Papastefanos `_ has written a `tutorial `_ with all the steps to build a simple Wagtail site from scratch. * We've also provided a skeletal django-template to get started on a blank site: https://github.com/torchbox/wagtail-template