summaryrefslogtreecommitdiff
path: root/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-11-03 10:51:02 +0000
committerJannis Leidel <jannis@leidel.info>2011-11-03 10:51:02 +0000
commita82488bf4b57c1bc917f8ed79eac7a99d5e26bff (patch)
treea3cc26aef5aa5d2e83ce232641de2d36ccc8ed59 /tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css
parent0e2c543979dfd06a40c1b34a6fb8eda2e92c8771 (diff)
Fixed #16966 -- Stopped CachedStaticFilesStorage from choking on querystrings and path fragments.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css')
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css
index afa658dbeb..95d1f4abb8 100644
--- a/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css
+++ b/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css
@@ -1,5 +1,6 @@
@import url("../cached/styles.css");
@import url("absolute.css");
+@import url("absolute.css#eggs");
body {
background: #d3d6d8 url(img/relative.png);
} \ No newline at end of file