Specify 1.7.1 as the minimum supported Django 1.7.x version

pull/1232/head
Matt Westcott 2015-03-17 15:13:02 +00:00
rodzic d56a295767
commit 0977cbe4a2
4 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -52,7 +52,7 @@ Available at `wagtail.readthedocs.org <http://wagtail.readthedocs.org/>`_ and al
Compatibility
~~~~~~~~~~~~~
Wagtail supports Django 1.6.2+ and 1.7.0+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4.
Wagtail supports Django 1.6.2+ and 1.7.1+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4.
Wagtail's dependencies are summarised at `requirements.io <https://requires.io/github/torchbox/wagtail/requirements>`_.

Wyświetl plik

@ -3,7 +3,7 @@ Welcome to Wagtail's documentation
Wagtail is a modern, flexible CMS, built on Django.
It supports Django 1.6.2+ and 1.7rc3+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4.
It supports Django 1.6.2+ and 1.7.1+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4.
.. toctree::
:maxdepth: 3

Wyświetl plik

@ -25,7 +25,7 @@ dj16 =
dj17 =
Django>=1.7,<1.8
Django>=1.7.1,<1.8
py2 =
unicodecsv>=0.9.4

Wyświetl plik

@ -1,5 +1,5 @@
# Minimal requirements
Django>=1.7,<1.8
Django>=1.7.1,<1.8
wagtail==0.8.6
# Recommended components (require additional setup):