From eb5df8e98db5c5592d5f0a0ca4680f9368ed0db5 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 21 Sep 2011 15:58:21 +0000 Subject: Fixed the relative static file resolution of the CachedStaticFilesStorage backend and the post processing of deeply nested static files. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16862 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- .../staticfiles_tests/project/documents/cached/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/regressiontests/staticfiles_tests/project/documents/cached/styles.css') diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/styles.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/styles.css index 84936d1dcb..ca28fc35cd 100644 --- a/tests/regressiontests/staticfiles_tests/project/documents/cached/styles.css +++ b/tests/regressiontests/staticfiles_tests/project/documents/cached/styles.css @@ -1 +1 @@ -@import url("cached/other.css"); \ No newline at end of file +@import url("other.css"); \ No newline at end of file -- cgit v1.3