summaryrefslogtreecommitdiff
path: root/tests/regressiontests/staticfiles_tests
AgeCommit message (Expand)Author
2011-03-18Fixed staticfiles test that was broken on Windows due to the result of the st...Jannis Leidel
2011-03-18Added staticfiles test case for filenames with medial capitals.Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-15Fixed a test case introduced in r15538 by creating a test file with non-ASCII...Jannis Leidel
2011-02-14Fixed the staticfiles management commands collectstatic and findstatic to not...Jannis Leidel
2011-02-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2011-02-01Fixed a few test docstrings and removed an unused import in staticfiles.Carl Meyer
2011-02-01Fixed #15094 - Added check for forgetting trailing comma in STATICFILES_DIRS ...Carl Meyer
2011-01-15Stopped staticfiles app from requiring a models module when looking for stati...Jannis Leidel
2011-01-08Fixed #15035 -- Fixed collectstatic management command to work with non-local...Jannis Leidel
2010-12-31Added our own rmtree error handler to make sure we can delete correctly delet...Jannis Leidel
2010-12-31Fixed #14961 -- Revised staticfiles's prefix handling to make sure it runs on...Jannis Leidel
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-10-30Ensure that the staticfiles tests use the MEDIA_ROOT they intended, also use ...Alex Gaynor
2010-10-30Sped up the staticfiles_tests by allowing them to only search a few relevant ...Alex Gaynor
2010-10-23Fixed #14544 -- Squashed bug in the findstatic command when used with the --f...Jannis Leidel
2010-10-21Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...Jannis Leidel
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel