kopia lustrzana https://github.com/wagtail/wagtail
Changelog and release note for #1845
rodzic
3e66a13753
commit
692c4017f9
docs
reference/contrib
releases
|
@ -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)
|
||||
|
|
|
@ -79,6 +79,7 @@ Add an item into the ``WAGTAILFRONTENDCACHE`` and set the ``BACKEND`` parameter
|
|||
},
|
||||
}
|
||||
|
||||
.. _frontendcache_aws_cloudfront:
|
||||
|
||||
Amazon CloudFront
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
|
|
@ -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
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue