0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 19:20:56 +01:00

Release note for #4917

This commit is contained in:
Matt Westcott 2018-11-27 15:52:23 +00:00
parent 0e24494d88
commit ef3efdd185
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Changelog
* Users without a preferred language set on their profile now use language selected by Django's `LocaleMiddleware` (Benjamin Bach)
* Added hooks to customise the actions menu on the page create/edit views (Matt Westcott)
* Cleanup: Use `functools.partial()` instead of `django.utils.functional.curry()` (Sergey Fedoseev)
* Squashed migrations for wagtailcore (Karl Hobley)
* Squashed migrations for wagtailcore and wagtailimages (Karl Hobley)
* Fix: Query objects returned from `PageQuerySet.type_q` can now be merged with `|` (Brady Moe)
* Fix: Add `rel="noopener noreferrer"` to target blank links (Anselm Bradford)
* Fix: Additional fields on custom document models now show on the multiple document upload view (Robert Rollins, Sergey Fedoseev)

View File

@ -37,7 +37,7 @@ Other features
* Users without a preferred language set on their profile now use language selected by Django's ``LocaleMiddleware`` (Benjamin Bach)
* Added hooks to customise the actions menu on the page create/edit views (Matt Westcott)
* Cleanup: Use ``functools.partial()`` instead of ``django.utils.functional.curry()`` (Sergey Fedoseev)
* Squashed migrations for wagtailcore (Karl Hobley)
* Squashed migrations for wagtailcore and wagtailimages (Karl Hobley)
Bug fixes
~~~~~~~~~