This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
3339605821
django1
/
tests
/
staticfiles_tests
/
project
/
faulty
/
faulty.css
2 lines
28 B
CSS
Raw
Normal View
History
Unescape
Escape
Fixed #18986 -- Improved error message for missing files in CachedStaticFilesStorage. Thanks zyegfryed for his work on the patch.
2013-04-28 22:45:05 +08:00
@
import
url
(
"missing.css"
)
;