summaryrefslogtreecommitdiff
path: root/compressor/utils/staticfiles.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat with black (#1151)Mathieu Pillard2022-10-281-3/+3
* Remove "from __future__ import" and "coding: utf-8" (#986)Johannes Linke2020-01-021-2/+0
* Remove code for old django versionsJohannes Linke2015-12-091-9/+2
* Use app registry to check for staticfiles on Django >= 1.7.René Fleschenberg2015-06-301-1/+10
* Remove compatibility with old 'staticfiles' appMathieu Pillard2014-05-251-13/+3
* Initial python 3 compatibilityRafal Stozek2013-03-201-1/+1
* More flaking.Jannis Leidel2012-05-191-2/+2
* Fixed staticfiles utils package compatibility packages. Closes #114.Jannis Leidel2011-09-071-4/+3
* Import settings from compressor.conf again instead of django.conf to make sur...Jannis Leidel2011-09-061-6/+5
* Minor nitpicking and style changes.Jannis Leidel2011-05-111-8/+8
* Use absolute imports in the staticfiles module to prevent import exceptions. ...Jannis Leidel2011-04-211-0/+2
* Moving staticfiles_compat to utils.Jaap Roes2011-04-141-0/+27