kopia lustrzana https://github.com/wagtail/wagtail
release note for #2562
rodzic
a0efc0d10e
commit
ae947642cd
|
@ -5,6 +5,7 @@ Changelog
|
|||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added support for AWS CloudFront in frontend cache invalidation module (Rob Moorman)
|
||||
* Unpublishing a page now gives the option to unpublish subpages too (Jordi Joan)
|
||||
* The Wagtail version number can now be obtained as a tuple using `from wagtail import VERSION` (Tim Heap)
|
||||
* ``send_mail`` logic has been moved from ``AbstractEmailForm.process_form_submission`` into ``AbstractEmailForm.send_mail``. Now it's easier to override this logic (Tim Leguijt)
|
||||
* Fix: Migrations for wagtailcore and project template are now reversible (Benjamin Bach)
|
||||
|
|
|
@ -20,6 +20,12 @@ This feature was developed by Rob Moorman.
|
|||
See: :ref:`frontendcache_aws_cloudfront`
|
||||
|
||||
|
||||
Unpublishing subpages
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Unpublishing a page now gives the option to unpublish its subpages at the same time. This feature was developed by Jordi Joan.
|
||||
|
||||
|
||||
Minor features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue