wagtail/docs/reference/contrib
Rob Moorman df45c215a2 Added support for AWS CloudFront in Frontend cache invalidation module (#1845)
* added base cloudfrontbackend and testcase

* added boto3 cloudfront client

* implemented create invalidation method
added error handling botocore

* added aws docs

* fixed typo

* flake8 fixes

* added boto3 configuration docs

* removed return

* purge path instead of full url

* added multisite hostname mapping

* added validation of DISTRIBUTION_ID

* renamed Cloudfront to CloudFront

* added note to include www in mapping
added tests for cloudfront site mapping

* removed deprecated has_key, used in
fixed _create_invalidation

* changed type checking of dict
removed debug line of code to check hostname

* fixed dict type checking condition
added assert t make sure no invalid cache is being purged

* changed import order

* fixed isort error

* more detailed error message for cloudfront
pep8 fixes 120 chars per line

* Log missing cloudfront distribution id as info

Was logging as error, but it may be possible that a developer wants cloudfront on only specific hostnames.

* , => .

* Docs edits

* Removed hard-dependency on boto3
2016-08-29 15:15:27 +01:00
..
api Added support for AWS CloudFront in Frontend cache invalidation module (#1845) 2016-08-29 15:15:27 +01:00
forms.rst Fix styling of email fields in AbstractEmailForm example (#2821) 2016-07-08 16:47:54 +03:00
frontendcache.rst Added support for AWS CloudFront in Frontend cache invalidation module (#1845) 2016-08-29 15:15:27 +01:00
index.rst Added support for AWS CloudFront in Frontend cache invalidation module (#1845) 2016-08-29 15:15:27 +01:00
modeladmin.rst mention edit_handler in this context (#2716) 2016-06-15 13:54:54 +01:00
routablepage.rst Renamed "self" template variable to "page" in docs 2015-10-13 09:52:16 +01:00
searchpromotions.rst Normalise all code blocks in the docs 2015-10-05 16:55:58 +01:00
settings.rst Makes notes for settings module more visible (#2826) 2016-07-06 19:01:09 +03:00
sitemaps.rst Normalise all code blocks in the docs 2015-10-05 16:55:58 +01:00
staticsitegen.rst Mark django-medusa as no longer maintained 2016-07-29 15:54:52 +01:00
table_block.rst Rename table_block.fields to table_block.blocks 2016-05-18 15:51:54 +01:00