mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 21:11:55 +00:00
parent
75295209bb
commit
7aaab7b52d
3 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,6 @@ Changelog
|
|||
* Fix: All admin forms that could potentially include file upload fields now specify `multipart/form-data` where appropriate (Tim Heap)
|
||||
* Fix: REM units in Wagtailuserbar caused incorrect spacing (Vincent Audebert)
|
||||
* Fix: Explorer menu no longer scrolls with page content (Vincent Audebert)
|
||||
* Fix: Border added around explorer menu to stop it blending in with StreamField block listing (Alex Gleason)
|
||||
* Fix: `decorate_urlpatterns` now uses `functools.update_wrapper` to keep view names and docstrings (Mario César)
|
||||
|
||||
|
||||
|
|
@ -52,6 +51,7 @@ Changelog
|
|||
* Fix: Previewing inaccessible pages no longer fails with `ALLOWED_HOSTS = ['*']` (Robert Rollins)
|
||||
* Fix: The submit button 'spinner' no longer activates if the form has client-side validation errors (Jack Paine, Matt Westcott)
|
||||
* Fix: Overriding `MESSAGE_TAGS` in project settings no longer causes messages in the Wagtail admin to lose their styling (Tim Heap)
|
||||
* Fix: Border added around explorer menu to stop it blending in with StreamField block listing; also fixes invisible explorer menu in Firefox 46 (Alex Gleason)
|
||||
|
||||
|
||||
1.4.3 (04.04.2016)
|
||||
|
|
|
|||
|
|
@ -22,3 +22,4 @@ Bug fixes
|
|||
* Previewing inaccessible pages no longer fails with ``ALLOWED_HOSTS = ['*']`` (Robert Rollins)
|
||||
* The submit button 'spinner' no longer activates if the form has client-side validation errors (Jack Paine, Matt Westcott)
|
||||
* Overriding ``MESSAGE_TAGS`` in project settings no longer causes messages in the Wagtail admin to lose their styling (Tim Heap)
|
||||
* Border added around explorer menu to stop it blending in with StreamField block listing; also fixes invisible explorer menu in Firefox 46 (Alex Gleason)
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ Bug fixes
|
|||
* All admin forms that could potentially include file upload fields now specify ``multipart/form-data`` where appropriate (Tim Heap)
|
||||
* REM units in Wagtailuserbar caused incorrect spacing (Vincent Audebert)
|
||||
* Explorer menu no longer scrolls with page content (Vincent Audebert)
|
||||
* Border added around explorer menu to stop it blending in with StreamField block listing (Alex Gleason)
|
||||
* ``decorate_urlpatterns`` now uses ``functools.update_wrapper`` to keep view names and docstrings (Mario César)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue