Changelog and release note for

pull/2964/head
Karl Hobley 2016-08-29 15:24:53 +01:00
rodzic 3e66a13753
commit 692c4017f9
3 zmienionych plików z 11 dodań i 0 usunięć
docs
reference/contrib
releases

Wyświetl plik

@ -4,6 +4,7 @@ Changelog
1.7 (xx.xx.xxxx)
~~~~~~~~~~~~~~~~
* Added support for AWS CloudFront in frontend cache invalidation module (Rob Moorman)
* 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)

Wyświetl plik

@ -79,6 +79,7 @@ Add an item into the ``WAGTAILFRONTENDCACHE`` and set the ``BACKEND`` parameter
},
}
.. _frontendcache_aws_cloudfront:
Amazon CloudFront
^^^^^^^^^^^^^^^^^

Wyświetl plik

@ -11,6 +11,15 @@ What's new
==========
AWS CloudFront support added to cache invalidation module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wagtail's cache invalidation module can now invalidate pages cached in AWS CloudFront when they are updated or unpublished.
This feature was developed by Rob Moorman.
See: :ref:`frontendcache_aws_cloudfront`
Minor features
~~~~~~~~~~~~~~