summaryrefslogtreecommitdiff
path: root/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.svg
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-12-27 22:49:24 +0000
committerJannis Leidel <jannis@leidel.info>2011-12-27 22:49:24 +0000
commit46c12d1293aa90209f3c640f214c4b5a3d6cb9e6 (patch)
treef84e2971618d516b74877bd43022a4ec38858f77 /tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.svg
parentae0ce4373ff63fac22f4673928f2cf4378cb54e0 (diff)
Fixed #17455 -- Extended `CachedStaticFilesStorage` slightly to handle some URLs better that are used to add support for webfonts to IE 6-8. Also ignore `data:` URLs and fragment-only URLs (e.g. `#default#VML`).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17282 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.svg')
-rw-r--r--tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.svg1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.svg b/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.svg
new file mode 100644
index 0000000000..0282375915
--- /dev/null
+++ b/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.svg
@@ -0,0 +1 @@
+not really a SVG ;) \ No newline at end of file