pull/888/merge
Matt Westcott 2015-02-20 15:45:38 +00:00
rodzic c6865e6f5e
commit d7e1fd497e
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -27,6 +27,7 @@ Changelog
* SCSS files in wagtailadmin now use absolute imports, to permit overriding by user stylesheets (Martin Sanders)
* Bare text entered in rich text areas is now automatically wrapped in a paragraph element
* Added pagination to the snippets listing and chooser (Martin Sanders)
* Page / document / image / snippet choosers now include a link to edit the chosen item
* Fix: The `document_served` signal now correctly passes the Document class as `sender` and the document as `instance`
0.8.5 (17.02.2015)

Wyświetl plik

@ -34,6 +34,7 @@ Admin
* Added contextual links to admin notification messages
* When copying pages, it is now possible to specify a place to copy to
* Added pagination to the snippets listing and chooser
* Page / document / image / snippet choosers now include a link to edit the chosen item
**Page editor**