kopia lustrzana https://github.com/wagtail/wagtail
rodzic
355b04551a
commit
d56a295767
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
============================================
|
||||
Wagtail 0.8.6 release notes - IN DEVELOPMENT
|
||||
============================================
|
||||
===========================
|
||||
Wagtail 0.8.6 release notes
|
||||
===========================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = '0.8.5'
|
||||
__version__ = '0.8.6'
|
||||
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'
|
||||
|
|
Ładowanie…
Reference in New Issue