pull/1037/head
Matt Westcott 2015-03-04 10:52:22 +00:00
rodzic e6ad142bc9
commit 11cb63d892
3 zmienionych plików z 24 dodań i 0 usunięć

Wyświetl plik

@ -32,6 +32,12 @@ Changelog
* Image/Document edit page no longer throws OSError when the original image is missing
* Page classes can specify an edit_handler property to override the default Content / Promote / Settings tabbed interface
0.8.6 (xx.xx.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)
0.8.5 (17.02.2015)
~~~~~~~~~~~~~~~~~~
@ -48,6 +54,7 @@ Changelog
* Fix: Password reset emails now use the ``BASE_URL`` setting for the reset URL
* Fix: BASE_URL is now included in the project template's default settings file
0.8.4 (04.12.2014)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -0,0 +1,16 @@
============================================
Wagtail 0.8.6 release notes - IN DEVELOPMENT
============================================
.. contents::
:local:
:depth: 1
What's new
==========
Bug fixes
~~~~~~~~~
* 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)

Wyświetl plik

@ -6,6 +6,7 @@ Release notes
roadmap
0.9
0.8.6
0.8.5
0.8.4
0.8.3