prepare for 0.8.6 release

pull/1232/head v0.8.6
Matt Westcott 2015-03-10 17:29:39 +00:00
rodzic 355b04551a
commit d56a295767
4 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -1,11 +1,11 @@
Changelog
=========
0.8.6 (xx.xx.2015)
0.8.6 (10.03.2015)
~~~~~~~~~~~~~~~~~~
* Fix: django-taggit library updated to 0.12.3, to fix a bug with migrations on SQLite on Django 1.7.2 and above (https://github.com/alex/django-taggit/issues/285)
* Translations updated, including new translations for Czech, Italian and Japanese
* The "fixtree" command can now delete orphaned pages
* Fix: django-taggit library updated to 0.12.3, to fix a bug with migrations on SQLite on Django 1.7.2 and above (https://github.com/alex/django-taggit/issues/285)
* Fix: Fixed a bug that caused children of a deleted page to not be deleted if they had a different type

Wyświetl plik

@ -1,6 +1,6 @@
============================================
Wagtail 0.8.6 release notes - IN DEVELOPMENT
============================================
===========================
Wagtail 0.8.6 release notes
===========================
.. contents::
:local:

Wyświetl plik

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

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = '0.8.5'
__version__ = '0.8.6'
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'