Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Releases: antonagestam/collectfast

Bugs, Testing and Docs!

10 Apr 14:58
Compare
Choose a tag to compare
  • 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

13 Mar 19:43
Compare
Choose a tag to compare
  • Python 3 support (#22)
  • Configurable cache backend using COLLECTFAST_CACHE (#26)
  • Support Storage.location by normalizing path names (#25)

Fix installation issue

24 Oct 14:25
Compare
Choose a tag to compare

Fixes installation issue introduced in the 0.1.12 package.

Ignore `modified_time` and `exists` lookups in delete_file method

21 Oct 22:22
Compare
Choose a tag to compare

Reduced default verbosity

22 Jul 15:09
Compare
Choose a tag to compare

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