pull/1551/head
Matt Westcott 2015-08-26 16:38:08 +01:00
rodzic 1081dcf907
commit c2421246a8
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -30,6 +30,7 @@ Changelog
* Fix: H2 elements in rich text fields were accidentally given a click() binding when put insite a collapsible multi field panel
* Fix: The wagtailimages module is now compatible with remote storage backends that do not allow reopening closed files
* Fix: Search no longer crashes when auto-indexing a model that doesn't have an id field (Scot Hacker)
* Fix: The `wagtailfrontendcache` module's HTTP backend has been rewritten to reliably direct requests to the configured cache hostname
1.0 (16.07.2015)

Wyświetl plik

@ -66,6 +66,7 @@ Bug fixes
* H2 elements in rich text fields were accidentally given a click() binding when put insite a collapsible multi field panel
* The ``wagtailimages`` module is now compatible with remote storage backends that do not allow reopening closed files
* Search no longer crashes when auto-indexing a model that doesn't have an ``id`` field
* The ``wagtailfrontendcache`` module's HTTP backend has been rewritten to reliably direct requests to the configured cache hostname
Upgrade considerations