1
0
mirror of https://github.com/django/django.git synced 2024-12-26 19:16:11 +00:00
django/tests/staticfiles_tests
David Evans ddcbde41ee [1.7.x] Fixed #22315 -- str/bytes mismatch in staticfiles
Previously, `ManifestFilesMixin.read_manifest` failed in Python 3
because `json.loads` accepts `str` not `bytes`.

Backport of 86dcac4634 from master
2014-03-25 09:55:29 -04:00
..
apps Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
project
urls
__init__.py
storage.py
test_liveserver.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
tests.py [1.7.x] Fixed #22315 -- str/bytes mismatch in staticfiles 2014-03-25 09:55:29 -04:00