This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-11-20 08:24:58 +00:00
Code
Issues
24
Releases
Wiki
Activity
a026e480da
django
/
tests
/
regressiontests
/
staticfiles_tests
/
project
/
documents
/
cached
/
css
History
Jannis Leidel
1aa0d8ac4d
Fixed
#18487
-- Made sure that protocol-relative URLs aren't processed by the cached staticfiles storage. Thanks to LukaszBalcerzak for the patch.
2012-07-08 18:25:12 +02:00
..
fonts
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
).
2011-12-27 22:49:24 +00:00
img
Fixed the relative static file resolution of the CachedStaticFilesStorage backend and the post processing of deeply nested static files.
2011-09-21 15:58:21 +00:00
fragments.css
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
).
2011-12-27 22:49:24 +00:00
ignored.css
Fixed
#18487
-- Made sure that protocol-relative URLs aren't processed by the cached staticfiles storage. Thanks to LukaszBalcerzak for the patch.
2012-07-08 18:25:12 +02:00
window.css
Fixed the relative static file resolution of the CachedStaticFilesStorage backend and the post processing of deeply nested static files.
2011-09-21 15:58:21 +00:00