This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5df8f749e6
django
/
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"
)
;