pull/1752/head
Matt Westcott 2015-09-18 16:25:27 +01:00
rodzic d18eccc5e8
commit c17583b8d1
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ Changelog
* WagtailRedirectMiddleware can now ignore the query string if there is no redirect that exactly matches it (Michael Cordover)
* Order of URL parameters now ignored by redirect middleware (Michael Cordover)
* Added SQL Server compatibility to image migration (Timothy Allen)
* Added classnames to Wagtail rich text editor buttons to aid custom styling (Rob Shelton)
* Fix: Deleting a page permission from the groups admin UI does not immediately submit the form

Wyświetl plik

@ -65,6 +65,7 @@ Contributors
* Christoph Lipp
* Michael Cordover
* Timothy Allen
* Rob Shelton
Translators

Wyświetl plik

@ -13,6 +13,7 @@ What's new
* WagtailRedirectMiddleware can now ignore the query string if there is no redirect that exactly matches it
* Order of URL parameters now ignored by redirect middleware
* Added SQL Server compatibility to image migration
* Added classnames to Wagtail rich text editor buttons to aid custom styling
Bug fixes
~~~~~~~~~