pull/1509/head
Matt Westcott 2015-07-20 20:09:15 +01:00
rodzic b01ed96179
commit 1a7bde76d6
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -12,6 +12,7 @@ Changelog
* Added ``descendant_of`` filter to the API (Michael Fillier)
* Added optional directory argument to "wagtail start" command (Mitchel Cabuloy)
* Image file size is now stored in the database, to avoid unnecessary filesystem lookups
* Updated URLs within the admin backend to use namespaces
* Fix: Text areas in the non-default tab of the page editor now resize to the correct height

Wyświetl plik

@ -25,6 +25,7 @@ Minor features
* Added ``descendant_of`` filter to the API
* Added optional directory argument to "wagtail start" command
* Image file size is now stored in the database, to avoid unnecessary filesystem lookups
* Updated URLs within the admin backend to use namespaces
Bug fixes
~~~~~~~~~