diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-08-11 14:07:39 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-08-11 14:07:39 +0000 |
| commit | 1d32bdd3c9586ff10d0799264105850fa7e3f512 (patch) | |
| tree | ce0ed940aa5c725ddbc02bc2f32d3e15c0f1d0a8 /tests/regressiontests/staticfiles_tests/project/documents/cached/url.css | |
| parent | e9a909e30ab63cc4faa28e4d9296f522bbe3bb06 (diff) | |
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
Diffstat (limited to 'tests/regressiontests/staticfiles_tests/project/documents/cached/url.css')
| -rw-r--r-- | tests/regressiontests/staticfiles_tests/project/documents/cached/url.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/url.css b/tests/regressiontests/staticfiles_tests/project/documents/cached/url.css new file mode 100644 index 0000000000..184e254004 --- /dev/null +++ b/tests/regressiontests/staticfiles_tests/project/documents/cached/url.css @@ -0,0 +1 @@ +@import url("https://www.djangoproject.com/m/css/base.css");
\ No newline at end of file |
