summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/management
AgeCommit message (Expand)Author
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-13Refactored runserver command and moved code related to staticfiles to a subcl...Jannis Leidel
2010-11-11Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.Jannis Leidel
2010-10-30Ensure that the staticfiles tests use the MEDIA_ROOT they intended, also use ...Alex Gaynor
2010-10-23Fixed #14544 -- Squashed bug in the findstatic command when used with the --f...Jannis Leidel
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel