2016-04-18 22:19:21 +00:00
===========================
Wagtail 1.4.4 release notes
===========================
.. contents ::
:local:
:depth: 1
What's changed
==============
2016-05-10 10:28:46 +00:00
Translations
~~~~~~~~~~~~
* New translation for Slovenian (Mitja Pagon)
2016-04-18 22:19:21 +00:00
Bug fixes
~~~~~~~~~
2016-04-19 13:18:13 +00:00
* 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)
2016-04-28 10:45:41 +00:00
* Now user can upload images / documents only into permitted collection from choosers
2016-04-28 12:12:32 +00:00
* Keyboard shortcuts for save / preview on the page editor no longer incorrectly trigger the "unsaved changes" message (Jack Paine / Matt Westcott)
2016-04-28 13:55:06 +00:00
* Redirects no longer fail when both a site-specific and generic redirect exist for the same URL path (Nick Smith, João Luiz Lorencetti)
2016-04-28 14:20:27 +00:00
* Wagtail now checks that Group is registered with the Django admin before unregistering it (Jason Morrison)
2016-04-28 15:24:08 +00:00
* Previewing inaccessible pages no longer fails with `` ALLOWED_HOSTS = ['*'] `` (Robert Rollins)
2016-04-28 16:08:33 +00:00
* The submit button 'spinner' no longer activates if the form has client-side validation errors (Jack Paine, Matt Westcott)
2016-05-03 01:22:41 +00:00
* Overriding `` MESSAGE_TAGS `` in project settings no longer causes messages in the Wagtail admin to lose their styling (Tim Heap)
2016-05-09 18:08:52 +00:00
* Border added around explorer menu to stop it blending in with StreamField block listing; also fixes invisible explorer menu in Firefox 46 (Alex Gleason)