This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Releases: antonagestam/collectfast
Releases · antonagestam/collectfast
Bugs, Testing and Docs!
- Fix normalized_path bug
- Better cache documentation
- Introduced
COLLECTFAST_ENABLED
setting - Override
AWS_PRELOAD_METADATA
if not set to True - Adds testing! :)
Python 3 and configurable cache backend
Fix installation issue
Fixes installation issue introduced in the 0.1.12 package.
Ignore `modified_time` and `exists` lookups in delete_file method
Should further increase performance.
Reduced default verbosity
This release reduces the default verbosity an only outputs a summary with the total number of skipped files and a benchmark of how long time it took to run the collect
method. The biggest change is that the Command class now overrides the handle
method. This might introduce problems for people using other Django versions than 1.4. Please submit issues if this is the case.
To get all the "skipped file x" logs back you should use:
$ python manage.py collectstatic --verbosity=2