kopia lustrzana https://github.com/wagtail/wagtail
Release note for #2205
rodzic
25165ea198
commit
1aa0817a03
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue