index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
staticfiles_tests
Age
Commit message (
Expand
)
Author
2012-03-16
Ensured that some staticfiles tests get properly cleaned up on teardown. Than...
Julien Phalip
2012-03-13
Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs ...
Jannis Leidel
2012-03-13
Fixed #17865 -- Strip whitespaces from the paths when using the CachedStaticF...
Jannis Leidel
2012-03-12
Fixed #17861 -- Took care of special characters when creating the staticfiles...
Jannis Leidel
2012-03-04
Fix staticfiles_tests.TestCollectionCachedStorage.test_post_processing so it ...
Karen Tracey
2012-03-02
Fixed #17806 -- Fixed off-by-n error in the CachedStaticFilesStorage that pre...
Jannis Leidel
2012-03-01
Fixed #17737 -- Stopped the collectstatic management command from copying the...
Jannis Leidel
2012-02-16
Fixed #17689 -- Stopped the CachedStaticFilesStorage from trying to hash path...
Jannis Leidel
2012-02-13
Minor bugfixing of the staticfiles app following upstream development in djan...
Jannis Leidel
2011-12-27
Fixed #17455 -- Extended `CachedStaticFilesStorage` slightly to handle some U...
Jannis Leidel
2011-12-22
Re-enabled the cleanup of STATIC_ROOT in the staticfiles tests.
Jannis Leidel
2011-11-13
Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.
Karen Tracey
2011-11-03
Fixed #16966 -- Stopped CachedStaticFilesStorage from choking on querystrings...
Jannis Leidel
2011-11-02
Fixed #16967 -- Made sure CachedStaticFilesStorage repopulates its cache if t...
Jannis Leidel
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-09-21
Fixed #16703 -- Raise an exception if the storage location of the DefaultStor...
Jannis Leidel
2011-09-21
Fixed the relative static file resolution of the CachedStaticFilesStorage bac...
Jannis Leidel
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-08-11
Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...
Jannis Leidel
2011-07-06
Fixed #16424 -- Fixed regression in collect static management command introdu...
Jannis Leidel
2011-07-04
Fixed #16161 -- Added `--clear` option to `collectstatic` management command ...
Jannis Leidel
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-06-09
Stopped staticfiles from modifying INSTALLED_APPS during test runtime.
Jannis Leidel
2011-06-01
Fix the staticfiles_tests and django.conf to not think that None meant a lazy...
Alex Gaynor
2011-05-27
Changed a bit the strategy used to test staticfiles finders so they can cope ...
Ramiro Morales
2011-03-18
Fixed staticfiles test that was broken on Windows due to the result of the st...
Jannis Leidel
2011-03-18
Added staticfiles test case for filenames with medial capitals.
Jannis Leidel
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-02-15
Fixed a test case introduced in r15538 by creating a test file with non-ASCII...
Jannis Leidel
2011-02-14
Fixed the staticfiles management commands collectstatic and findstatic to not...
Jannis Leidel
2011-02-14
Fixes #15270 -- Moved back the serve view to django.views.static due to depen...
Jannis Leidel
2011-02-01
Fixed a few test docstrings and removed an unused import in staticfiles.
Carl Meyer
2011-02-01
Fixed #15094 - Added check for forgetting trailing comma in STATICFILES_DIRS ...
Carl Meyer
2011-01-15
Stopped staticfiles app from requiring a models module when looking for stati...
Jannis Leidel
2011-01-08
Fixed #15035 -- Fixed collectstatic management command to work with non-local...
Jannis Leidel
2010-12-31
Added our own rmtree error handler to make sure we can delete correctly delet...
Jannis Leidel
2010-12-31
Fixed #14961 -- Revised staticfiles's prefix handling to make sure it runs on...
Jannis Leidel
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-10-30
Ensure that the staticfiles tests use the MEDIA_ROOT they intended, also use ...
Alex Gaynor
2010-10-30
Sped up the staticfiles_tests by allowing them to only search a few relevant ...
Alex Gaynor
2010-10-23
Fixed #14544 -- Squashed bug in the findstatic command when used with the --f...
Jannis Leidel
2010-10-21
Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...
Jannis Leidel
2010-10-20
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...
Jannis Leidel