0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Release note for #3802

This commit is contained in:
Matt Westcott 2018-06-14 12:19:39 +01:00 committed by Matt Westcott
parent b5bfb66a11
commit 368e3b3adb
2 changed files with 2 additions and 0 deletions

View File

@ -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))

View File

@ -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
~~~~~~~~~