pull/1551/head
Karl Hobley 2015-08-26 13:50:09 +01:00
rodzic b0ffeb6e04
commit 53e8285ae1
3 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -28,6 +28,7 @@ Changelog
* Fix: Tabs in "insert link" modal in the rich text editor no longer disappear (Tim Heap)
* 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)
1.0 (16.07.2015)

Wyświetl plik

@ -59,6 +59,8 @@ Contributors
* Piet Delport
* Tom Christie
* Michael van Tellingen
* Scot Hacker
Translators
===========

Wyświetl plik

@ -64,6 +64,7 @@ Bug fixes
* Tabs in "insert link" modal in the rich text editor no longer disappear (Tim Heap)
* 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
Upgrade considerations