summaryrefslogtreecommitdiff
path: root/tests/regressiontests/staticfiles_tests/apps/test
AgeCommit message (Collapse)Author
2012-07-08Fixed #18430 -- Use the FILE_CHARSET setting when reading from a file during ↵Jannis Leidel
post processing with the cached staticfiles storage. Thanks to Brant Young for initial debugging.
2012-02-13Minor bugfixing of the staticfiles app following upstream development in ↵Jannis Leidel
django-staticfiles. - Create the files to ignore during the tests dynamically (.hidden and backup~) - Refactored the post_processing method of the CachedFilesMixin storage mixin to be less time consuming. - Refactored handling of fragments in the post_process method. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17519 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-15Fixed a test case introduced in r15538 by creating a test file with ↵Jannis Leidel
non-ASCII characters dynamically. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15541 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-14Fixed the staticfiles management commands collectstatic and findstatic to ↵Jannis Leidel
not raise encoding related exceptions when handlings filenames with non-ASCII characters. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15538 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. ↵Jannis Leidel
Thanks to all for helping with the original app, the patch, documentation and general support. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14293 bcc190cf-cafb-0310-a4f2-bffc1f526a37