summaryrefslogtreecommitdiff
path: root/tests/regressiontests/staticfiles_tests/project
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2012-03-13 03:48:03 +0000
committerJannis Leidel <jannis@leidel.info>2012-03-13 03:48:03 +0000
commit7487c74020f97829e466c7efbdf7bd9e5fa90b1b (patch)
tree4adb2f7367f5b9832e78fee5a370db136f6f76f9 /tests/regressiontests/staticfiles_tests/project
parentd174216587197dcc6c4c9abcacb8e428a1f078bf (diff)
Fixed #17865 -- Strip whitespaces from the paths when using the CachedStaticFilesStorage backend.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17696 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/staticfiles_tests/project')
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/denorm.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/denorm.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/denorm.css
index 27b9a349b0..d6567b00dd 100644
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/denorm.css
+++ b/tests/regressiontests/staticfiles_tests/project/documents/cached/denorm.css
@@ -1 +1,4 @@
@import url("..//cached///styles.css");
+body {
+ background: #d3d6d8 url(img/relative.png );
+}