diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-12-27 22:49:24 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-12-27 22:49:24 +0000 |
| commit | 46c12d1293aa90209f3c640f214c4b5a3d6cb9e6 (patch) | |
| tree | f84e2971618d516b74877bd43022a4ec38858f77 /tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.eot | |
| parent | ae0ce4373ff63fac22f4673928f2cf4378cb54e0 (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.eot')
| -rw-r--r-- | tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.eot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.eot b/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.eot new file mode 100644 index 0000000000..7c58b2e622 --- /dev/null +++ b/tests/regressiontests/staticfiles_tests/project/documents/cached/css/fonts/font.eot @@ -0,0 +1 @@ +not really a EOT ;)
\ No newline at end of file |
