home / django_tickets / tickets

tickets: 1122

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
1122 2005-12-26 21:21:35 2005-12-31 17:12:51 2022-03-06 03:22:31.263838 Unreviewed closed Core (Other) defect critical 0.90 invalid Django do not serve static binary files (e.g. images) correctly Django do not serve static binary files (e.g. images) correctly '''Solution:''' django-0.90-py2.4.egg\django\views\static.py line 52: Change line 52 from: return HttpResponse(open(fullpath, 'rb').read(), mimetype=mimetype) to: return HttpResponse(open(fullpath).read(), mimetype=mimetype) adrian hipertracker@gmail.com static files images 0 0 0 0 0 0
Powered by Datasette · Queries took 1.094ms