mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-08 17:10:58 +00:00
parent
742027faae
commit
cc25168917
2 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ Changelog
|
|||
* Added Slovak character map for JavaScript slug generation (Andy Chosak)
|
||||
* Make documentation links on welcome page work for prereleases (Matt Westcott)
|
||||
* Allow overridden `copy()` methods in `Page` subclasses to be called from the page copy view (Robert Rollins)
|
||||
* 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)
|
||||
* 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)
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@ Other features
|
|||
* Added Slovak character map for JavaScript slug generation (Andy Chosak)
|
||||
* Make documentation links on welcome page work for prereleases (Matt Westcott)
|
||||
* Allow overridden ``copy()`` methods in ``Page`` subclasses to be called from the page copy view (Robert Rollins)
|
||||
* 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)
|
||||
|
||||
Bug fixes
|
||||
|
|
|
|||
Loading…
Reference in a new issue