kopia lustrzana https://github.com/wagtail/wagtail
Changelog/release note for #1934
rodzic
78ba194f48
commit
8d91e72407
|
@ -11,6 +11,7 @@ Changelog
|
|||
* Added keyboard shortcuts for preview and save in the page editor
|
||||
* Added `Page` methods `can_exist_under`, `can_create_at`, `can_move_to` for customising page type business rules
|
||||
* `wagtailadmin.utils.send_mail` now passes extra keyword arguments to Django's `send_mail` function (Matthew Downey)
|
||||
* `page_unpublish` signal is now fired for each page that was unpublished by a call to `PageQuerySet.unpublish()`
|
||||
* Fix: HTTP cache purge now works again on Python 2 (Mitchel Cabuloy)
|
||||
* Fix: Locked pages can no longer be unpublished (Alex Bridge)
|
||||
* Fix: Site records now implement `get_by_natural_key`
|
||||
|
|
|
@ -21,6 +21,7 @@ Minor features
|
|||
* Added keyboard shortcuts for preview and save in the page editor
|
||||
* Added ``Page`` methods ``can_exist_under``, ``can_create_at``, ``can_move_to`` for customising page type business rules
|
||||
* ``wagtailadmin.utils.send_mail`` now passes extra keyword arguments to Django's ``send_mail`` function (Matthew Downey)
|
||||
* ``page_unpublish`` signal is now fired for each page that was unpublished by a call to ``PageQuerySet.unpublish()``
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
Ładowanie…
Reference in New Issue