Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/staticfiles/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+3
* Fixed #16631 -- Fixed embarrassing typo introduced in r16...Jannis Leidel2011-08-151-1/+1
* Fixed #16629 -- Relaxed check for STATIC_ROOT and STATIC_...Jannis Leidel2011-08-141-3/+5
* Fixed #15252 -- Added static template tag and CachedStati...Jannis Leidel2011-08-111-5/+9
* Fixed #15094 - Added check for forgetting trailing comma ...Carl Meyer2011-02-011-9/+6
* Added check to the staticfiles app to make sure the STATI...Jannis Leidel2011-01-311-0/+7
* Stopped staticfiles app from requiring a models module wh...Jannis Leidel2011-01-161-18/+21
* Fixed #14998 -- Made use of os.path.join to make sure thi...Jannis Leidel2011-01-021-6/+5
* Fixed #14693, #14709 -- Backwards incompatible change to ...Jannis Leidel2010-11-171-8/+8
* Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweake...Jannis Leidel2010-11-111-0/+15
* Fixed #12323 and #11582 -- Extended the ability to handle...Jannis Leidel2010-10-201-0/+30