pull/668/head
Karl Hobley 2014-10-03 16:14:02 +01:00
rodzic 48324eab72
commit 0b544bfb0a
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -17,6 +17,7 @@ Changelog
* Fix: 'wagtail start' command now works on Windows
* Fix: The external image URL generator no longer stores generated images in Django's cache
* Fix: Elasticsearch backend can now search querysets that have been filtered with an 'in' clause of a non-list type (such as a ValuesListQuerySet)
* Fix: It is now easier to move pages to the beginning and end of their section
0.6 (11.09.2014)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -39,6 +39,7 @@ Bug fixes
* The 'wagtail start' command now works on Windows and other environments where the ``django-admin.py`` executable is not readily accessible.
* The external image URL generator no longer stores generated images in Django's cache; this was an unintentional side-effect of setting cache control headers.
* The Elasticsearch backend can now search querysets that have been filtered with an 'in' clause of a non-list type (such as a ``ValuesListQuerySet``).
* It is now easier to move pages to the beginning and end of their section
Upgrade considerations