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
349c4c37f8
django
/
tests
/
regressiontests
/
staticfiles_tests
History
Julien Phalip
693b8a65ad
Modified a staticfiles test to use a unicode character that has just one single representation. The previously used character (ş) has two different representations (u'\u015f' and u's\u0327'), which caused spurious failures when the tests were run across multiple platforms (e.g. on a Linux VM hosted on a Mac).
2012-11-21 09:52:09 +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
Fixed
#14675
-- Completed removal of `from django.conf.urls.default import *` usage.
2011-09-11 22:36:16 +00:00
__init__.py
Fixed
#12323
and
#11582
-- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support.
2010-10-20 01:33:24 +00:00
models.py
Fixed
#12323
and
#11582
-- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support.
2010-10-20 01:33:24 +00:00
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
Modified a staticfiles test to use a unicode character that has just one single representation. The previously used character (ş) has two different representations (u'\u015f' and u's\u0327'), which caused spurious failures when the tests were run across multiple platforms (e.g. on a Linux VM hosted on a Mac).
2012-11-21 09:52:09 +01:00