This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
24
Releases
Wiki
Activity
f51e409a5f
django
/
tests
/
regressiontests
/
staticfiles_tests
History
Claude Paroz
9a02851340
Fixed
#17744
-- Reset default file storage with setting_changed signal
2012-10-30 22:23:28 +01:00
..
apps
Fixed
#18430
-- Use the FILE_CHARSET setting when reading from a file during post processing with the cached staticfiles storage. Thanks to Brant Young for initial debugging.
2012-07-08 12:56:49 +02:00
project
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
urls
…
__init__.py
…
models.py
…
storage.py
Fixed
#17896
-- Added file_hash method to CachedStaticFilesStorage to be able to customize the way the hashed name of a file is created. Thanks to mkai for the initial patch.
2012-05-16 13:21:50 +02:00
tests.py
Fixed
#17744
-- Reset default file storage with setting_changed signal
2012-10-30 22:23:28 +01:00