treeherder/deployment
Ed Morley 5b48f4b49b Bug 1258700 - Update to WhiteNoise 3.0
There are some backwards incompatible changes:
http://whitenoise.evans.io/en/latest/changelog.html
https://github.com/evansd/whitenoise/compare/v2.0.6...v3.0

Specifically:
* The CLI compression utility must now be called via
`python -m whitenoise.compress` rather than `python -m whitenoise.gzip`.
* The `whitenoise.django.GzipManifestStaticFilesStorage` storage backend
has moved to `whitenoise.storage.CompressedManifestStaticFilesStorage`.
* The internal `add_files()` method has been split into two and the part
which we need to subclass is now named `update_files_dictionary()`. See:
07f9c0bece
2016-03-30 13:00:23 +02:00
..
aws Bug 1145606 - Setup treeherder to deploy on heroku 2015-05-14 13:54:41 +01:00
supervisord Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
update Bug 1258700 - Update to WhiteNoise 3.0 2016-03-30 13:00:23 +02:00