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
/
staticfiles_tests
/
project
Age
Commit message (
Expand
)
Author
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-01-11
Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.
David Sanders
2016-07-12
Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.
Andrew Nester
2016-03-30
Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions
Claude Paroz
2016-02-23
Prevented static file corruption when URL fragment contains '..'.
Aymeric Augustin
2016-02-23
Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...
Aymeric Augustin
2015-11-12
Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a...
msaelices
2015-02-21
Removed workaround for SVN limitations.
Aymeric Augustin
2015-01-01
Fixed #23700 -- Fixed non-deterministic static files test failures on Windows.
Tim Graham
2014-08-12
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Trey Hunner
2014-05-18
Refs #21230 -- removed direct settings manipulation from staticfile tests
Huu Nguyen
2013-04-28
Fixed #18986 -- Improved error message for missing files
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner