Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions

Thanks Simon Meers for the initial patch, and Tim Graham for the review.
This commit is contained in:
Claude Paroz 2016-02-27 21:30:07 +01:00
parent 940b7fd5cb
commit edcecaf0de
5 changed files with 61 additions and 7 deletions

1
.gitattributes vendored
View file

@ -1,6 +1,7 @@
# Normalize line endings to avoid spurious failures in the core test suite on Windows.
*html text eol=lf
*css text eol=lf
*js text eol=lf
tests/staticfiles_tests/apps/test/static/test/*txt text eol=lf
tests/staticfiles_tests/project/documents/test/*txt text eol=lf
docs/releases/*.txt merge=union