django/tests/regressiontests/staticfiles_tests/project/documents/cached
Jannis Leidel 3047981517 Fixed #18050 -- Fixed a rather glaring bug in the handling of @import statements when using the cached staticfiles storage. 2012-07-08 18:17:53 +02:00
..
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
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
absolute.css Fixed #17806 -- Fixed off-by-n error in the CachedStaticFilesStorage that prevented it from finding files in nested directories. Many thanks to lpetre. 2012-03-02 11:29:14 +00:00
denorm.css Fixed #17865 -- Strip whitespaces from the paths when using the CachedStaticFilesStorage backend. 2012-03-13 03:48:03 +00:00
import.css Fixed #18050 -- Fixed a rather glaring bug in the handling of @import statements when using the cached staticfiles storage. 2012-07-08 18:17:53 +02:00
other.css Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app. 2011-08-11 14:07:39 +00:00
relative.css Fixed #16966 -- Stopped CachedStaticFilesStorage from choking on querystrings and path fragments. 2011-11-03 10:51:02 +00:00
styles.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
url.css Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app. 2011-08-11 14:07:39 +00:00