django1/tests/staticfiles_tests
David Evans 86dcac4634 Fixed #22315 -- str/bytes mismatch in staticfiles
Previously, `ManifestFilesMixin.read_manifest` failed in Python 3
because `json.loads` accepts `str` not `bytes`.
2014-03-25 09:53:24 -04:00
..
apps Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
project Fixed #18986 -- Improved error message for missing files 2013-04-28 16:45:05 +02:00
urls Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
storage.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00
test_liveserver.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
tests.py Fixed #22315 -- str/bytes mismatch in staticfiles 2014-03-25 09:53:24 -04:00