This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-30 03:59:19 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
staticfiles_tests
History
Claude Paroz
10cf3c6427
Used catch_warnings instead of save/restore methods. Refs
#17049
.
2012-05-03 18:30:07 +02:00
..
apps
Minor bugfixing of the staticfiles app following upstream development in django-staticfiles.
2012-02-13 10:51:17 +00:00
project
Fixed
#17865
-- Strip whitespaces from the paths when using the CachedStaticFilesStorage backend.
2012-03-13 03:48:03 +00:00
urls
…
__init__.py
…
models.py
…
storage.py
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
tests.py
Used catch_warnings instead of save/restore methods. Refs
#17049
.
2012-05-03 18:30:07 +02:00