summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/utils.py
AgeCommit message (Expand)Author
2011-02-01Fixed #15094 - Added check for forgetting trailing comma in STATICFILES_DIRS ...Carl Meyer
2011-01-30Added check to the staticfiles app to make sure the STATIC_ROOT setting isn't...Jannis Leidel
2011-01-15Stopped staticfiles app from requiring a models module when looking for stati...Jannis Leidel
2011-01-02Fixed #14998 -- Made use of os.path.join to make sure this works on all platf...Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-11Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.Jannis Leidel
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel