Changelog/release note for #1037

pull/994/merge
Karl Hobley 2015-03-10 13:07:03 +00:00
rodzic 7cf60b676d
commit 4f7edeed1f
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -38,6 +38,7 @@ Changelog
* 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: Fixed a bug that caused children of a deleted page to not be deleted if they had a different type
0.8.5 (17.02.2015)

Wyświetl plik

@ -21,3 +21,4 @@ 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)
* Fixed a bug that caused children of a deleted page to not be deleted if they had a different type