mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-16 03:03:14 +00:00
Release note for #2420
This commit is contained in:
parent
1b278e3df2
commit
544c871b80
2 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ Changelog
|
|||
* 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)
|
||||
* Fix: All admin forms that could potentially include file upload fields now specify `multipart/form-data` where appropriate (Tim Heap)
|
||||
|
||||
|
||||
1.4.4 (xx.xx.2016)
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ Bug fixes
|
|||
* 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)
|
||||
* Fix: All admin forms that could potentially include file upload fields now specify ``multipart/form-data`` where appropriate (Tim Heap)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue