pull/4587/merge
Matt Westcott 2018-06-14 12:19:39 +01:00 zatwierdzone przez Matt Westcott
rodzic b5bfb66a11
commit 368e3b3adb
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -12,6 +12,7 @@ Changelog
* Added `file_size` field to documents (Karl Hobley)
* Update documentation (configuring Django for Wagtail) to contain all current settings options (Matt Westcott, LB (Ben Johnston))
* Added `defer` flag to `PageQuerySet.specific` (Karl Hobley)
* Snippets can now be deleted from the listing view (LB (Ben Johnston))
* Fix: Handle all exceptions from `Image.get_file_size` (Andrew Plummer)
* Fix: Fix display of breadcrumbs in ModelAdmin (LB (Ben Johnston))

Wyświetl plik

@ -21,6 +21,7 @@ Other features
* Added ``file_size`` field to documents (Karl Hobley)
* Update documentation (configuring Django for Wagtail) to contain all current settings options (Matt Westcott, LB (Ben Johnston))
* Added ``defer`` flag to ``PageQuerySet.specific`` (Karl Hobley)
* Snippets can now be deleted from the listing view (LB (Ben Johnston))
Bug fixes
~~~~~~~~~