pull/4935/head
Matt Westcott 2018-11-30 11:27:35 +00:00
rodzic f70b4d80f2
commit 23c02ecfa1
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -20,6 +20,7 @@ Changelog
* 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 and wagtailimages (Karl Hobley)
* Added `before_move_page` and `after_move_page` hooks (Maylon Pedroso)
* 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)

Wyświetl plik

@ -335,6 +335,7 @@ Contributors
* Noah B Johnson
* Hillary Jeffrey
* Nick Travis
* Maylon Pedroso
Translators
===========

Wyświetl plik

@ -38,6 +38,7 @@ Other features
* 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 and wagtailimages (Karl Hobley)
* Added ``before_move_page`` and ``after_move_page`` hooks (Maylon Pedroso)
Bug fixes
~~~~~~~~~