index
:
django.git
fix-31295
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
/
project
Age
Commit message (
Expand
)
Author
2013-02-23
Fixed #19526
Aleksandra Sendecka
2012-07-08
Fixed #18487 -- Made sure that protocol-relative URLs aren't processed by the...
Jannis Leidel
2012-07-08
Fixed #18050 -- Fixed a rather glaring bug in the handling of @import stateme...
Jannis Leidel
2012-03-13
Fixed #17865 -- Strip whitespaces from the paths when using the CachedStaticF...
Jannis Leidel
2012-03-02
Fixed #17806 -- Fixed off-by-n error in the CachedStaticFilesStorage that pre...
Jannis Leidel
2011-12-27
Fixed #17455 -- Extended `CachedStaticFilesStorage` slightly to handle some U...
Jannis Leidel
2011-11-03
Fixed #16966 -- Stopped CachedStaticFilesStorage from choking on querystrings...
Jannis Leidel
2011-09-21
Fixed the relative static file resolution of the CachedStaticFilesStorage bac...
Jannis Leidel
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-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-03-18
Added staticfiles test case for filenames with medial capitals.
Jannis Leidel
2010-10-20
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...
Jannis Leidel