pull/2496/head
Matt Westcott 2016-04-19 14:18:13 +01:00
rodzic 14398bfdd7
commit e5848941a0
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -26,13 +26,13 @@ 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: Meta classes on StreamField blocks now handle multiple inheritance correctly (Tim Heap)
1.4.4 (xx.xx.2016)
~~~~~~~~~~~~~~~~~~
* The `wagtailuserbar` template tag now gracefully handles situations where the `request` object is not in the template context (Matt Westcott)
* Fix: The `wagtailuserbar` template tag now gracefully handles situations where the `request` object is not in the template context (Matt Westcott)
* Fix: Meta classes on StreamField blocks now handle multiple inheritance correctly (Tim Heap)
1.4.3 (04.04.2016)

Wyświetl plik

@ -13,4 +13,5 @@ What's changed
Bug fixes
~~~~~~~~~
* The ``wagtailuserbar`` template tag now gracefully handles situations where the ``request`` object is not in the template context (Matt Westcott)
* The ``wagtailuserbar`` template tag now gracefully handles situations where the ``request`` object is not in the template context (Matt Westcott)
* Meta classes on StreamField blocks now handle multiple inheritance correctly (Tim Heap)

Wyświetl plik

@ -55,7 +55,6 @@ 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)
* Meta classes on StreamField blocks now handle multiple inheritance correctly (Tim Heap)
Upgrade considerations