summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-04-28 16:45:05 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-04-28 16:45:05 +0200
commit90fe9141ded9f7005546e9a66f31fd196f60e7e4 (patch)
treeb7e0679da7453fa9135037dc58443b4891267556 /tests/staticfiles_tests/project
parentf7f69cf7dd2730f3cf07f8dc71fc60b6c15bbf64 (diff)
downloaddjango-90fe9141ded9f7005546e9a66f31fd196f60e7e4.tar.gz
Fixed #18986 -- Improved error message for missing files
in CachedStaticFilesStorage. Thanks zyegfryed for his work on the patch.
Diffstat (limited to 'tests/staticfiles_tests/project')
-rw-r--r--tests/staticfiles_tests/project/faulty/faulty.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/staticfiles_tests/project/faulty/faulty.css b/tests/staticfiles_tests/project/faulty/faulty.css
new file mode 100644
index 0000000000..ca57c77e55
--- /dev/null
+++ b/tests/staticfiles_tests/project/faulty/faulty.css
@@ -0,0 +1 @@
+@import url("missing.css");