Changelog, readme, docs and release notes for Django 1.7 support

pull/572/merge
Karl Hobley 2014-08-27 16:08:10 +01:00
rodzic c558f25c52
commit 48401244ea
4 zmienionych plików z 9 dodań i 4 usunięć

Wyświetl plik

@ -3,6 +3,7 @@ Changelog
0.6 (xx.xx.20xx)
~~~~~~~~~~~~~~~~
* Added Django 1.7 support
* Added {% routablepageurl %} template tag (@timheap)
* Added RoutablePageMixin (@timheap)
* Renamed wagtailsearch.indexed to wagtailsearch.index

Wyświetl plik

@ -45,9 +45,7 @@ Available at `wagtail.readthedocs.org <http://wagtail.readthedocs.org/>`_ and al
Compatibility
~~~~~~~~~~~~~
Wagtail supports Django 1.6.2+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4.
Django 1.7 support is in progress pending further release candidate testing.
Wagtail supports Django 1.6.2+ and 1.7rc3+ 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+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4. Django 1.7 support is in progress pending further release candidate testing.
It supports Django 1.6.2+ and 1.7rc3+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4.
.. toctree::
:maxdepth: 3

Wyświetl plik

@ -10,6 +10,12 @@ Wagtail 0.6 release notes - IN DEVELOPMENT
What's new
==========
Django 1.7 support
~~~~~~~~~~~~~~~~~~
Wagtail can now be used with Django 1.7.
Minor features
~~~~~~~~~~~~~~
* A new template tag has been added for reversing URLs inside routable pages. See :ref:`routablepageurl_template_tag`.