From 1d32bdd3c9586ff10d0799264105850fa7e3f512 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 11 Aug 2011 14:07:39 +0000 Subject: Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app. Many thanks to Florian Apolloner and Jacob Kaplan-Moss for reviewing and eagle eyeing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16594 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- .../staticfiles_tests/project/documents/cached/relative.css | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css (limited to 'tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css') diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css new file mode 100644 index 0000000000..40c4a256aa --- /dev/null +++ b/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css @@ -0,0 +1,2 @@ +@import url("../cached/styles.css"); +@import url("absolute.css"); \ No newline at end of file -- cgit v1.3