mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-08 09:00:59 +00:00
Release note for #2205
This commit is contained in:
parent
25165ea198
commit
1aa0817a03
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ Changelog
|
|||
* Fix: Fixed crash when an image without a source file was resized with the "dynamic serve view"
|
||||
* Fix: Registered settings admin menu items now show active correctly (Matthew Downey)
|
||||
* Fix: Direct usage of ``Document`` model replaced with ``get_document_model`` function in ``wagtail.contrib.wagtailmedusa`` and in ``wagtail.contrib.wagtailapi``
|
||||
* Fix: Failures on sending moderation notification emails now produce a warning, rather than crashing the admin page outright (Matt Fozard)
|
||||
|
||||
|
||||
1.4.3 (04.04.2016)
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ Bug fixes
|
|||
* Fixed crash when an image without a source file was resized with the "dynamic serve view"
|
||||
* Registered settings admin menu items now show active correctly (Matthew Downey)
|
||||
* Direct usage of ``Document`` model replaced with ``get_document_model`` function in ``wagtail.contrib.wagtailmedusa`` and in ``wagtail.contrib.wagtailapi``
|
||||
* Failures on sending moderation notification emails now produce a warning, rather than crashing the admin page outright (Matt Fozard)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue