kopia lustrzana https://github.com/wagtail/wagtail
Fix spelling of `CloudFront` in docs & release notes
rodzic
0bf909414a
commit
1dd3dbea87
|
@ -41,7 +41,7 @@ Changelog
|
|||
* Fix: Normalize `StreamField.get_default()` to prevent creation forms from breaking (Matt Westcott)
|
||||
* Fix: Prevent out-of-order migrations from skipping creation of image/document choose permissions (Matt Westcott)
|
||||
* Fix: Use correct connections on multi-database setups in database search backends (Jake Howard)
|
||||
* Fix: Ensure Cloudfront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
|
||||
* Fix: Ensure CloudFront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
|
||||
* Fix: Show the correct privacy status in the sidebar when creating a new page (Joel William)
|
||||
* Fix: Prevent generic model edit view from unquoting non-integer primary keys multiple times (Matt Westcott)
|
||||
* Fix: Ensure comments are functional when editing Page models with `read_only` `Fieldpanel`s in use (Strapchay)
|
||||
|
@ -149,7 +149,7 @@ Changelog
|
|||
6.3.2 (02.01.2025)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Ensure Cloudfront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
|
||||
* Fix: Ensure CloudFront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
|
||||
* Fix: Ensure Draftail features wrap when a large amount of features are added (Bart Cieliński)
|
||||
* Fix: Implement `get_block_by_content_path` on `ImageBlock` to prevent errors on commenting (Matt Westcott)
|
||||
* Docs: Update tutorial to reflect the move of the "Add child page" action to a top-level button in the header as a '+' icon (Clifford Gama)
|
||||
|
|
|
@ -34,7 +34,7 @@ Provides a view that generates a Google XML sitemap of your public Wagtail conte
|
|||
|
||||
## [](frontendcache)
|
||||
|
||||
A module for automatically purging pages from a cache (Varnish, Squid, Cloudflare or Cloudfront) when their content is changed.
|
||||
A module for automatically purging pages from a cache (Varnish, Squid, Cloudflare or CloudFront) when their content is changed.
|
||||
|
||||
## [](routablepage)
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ depth: 1
|
|||
|
||||
### Bug fixes
|
||||
|
||||
* Ensure Cloudfront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
|
||||
* Ensure CloudFront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
|
||||
* Ensure Draftail features wrap when a large amount of features are added (Bart Cieliński)
|
||||
* Implement `get_block_by_content_path` on `ImageBlock` to prevent errors on commenting (Matt Westcott)
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@ This feature was developed by Thibaud Colas and Sage Abdullah, thanks to a spons
|
|||
* Normalize `StreamField.get_default()` to prevent creation forms from breaking (Matt Westcott)
|
||||
* Prevent out-of-order migrations from skipping creation of image/document choose permissions (Matt Westcott)
|
||||
* Use correct connections on multi-database setups in database search backends (Jake Howard)
|
||||
* Ensure Cloudfront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
|
||||
* Ensure CloudFront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
|
||||
* Show the correct privacy status in the sidebar when creating a new page (Joel William)
|
||||
* Prevent generic model edit view from unquoting non-integer primary keys multiple times (Matt Westcott)
|
||||
* Ensure comments are functional when editing Page models with `read_only` `FieldPanel`s in use (Strapchay)
|
||||
|
|
|
@ -9,7 +9,7 @@ callables
|
|||
camelCase
|
||||
CDN
|
||||
Cloudflare
|
||||
Cloudfront
|
||||
CloudFront
|
||||
contrib
|
||||
CSP
|
||||
Ctrl
|
||||
|
|
Ładowanie…
Reference in New Issue