1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/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
project
urls
__init__.py
storage.py
test_liveserver.py
tests.py Fixed #22315 -- str/bytes mismatch in staticfiles 2014-03-25 09:53:24 -04:00