Opened 10 years ago

Closed 10 years ago

#22437 closed Bug (invalid)

mimetype

Reported by: anonymous Owned by: nobody
Component: Uncategorized Version: 1.7-beta-1
Severity: Normal Keywords: mimetupe
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

TypeError at /warehouse_report/buch/
init() got an unexpected keyword argument 'mimetype'
Request Method: POST
Request URL: http://127.0.0.1:8000/warehouse_report/buch/
Django Version: 1.7b1
Exception Type: TypeError
Exception Value:
init() got an unexpected keyword argument 'mimetype'
Exception Location: /usr/local/lib/python2.7/dist-packages/Django-1.7b1-py2.7.egg/django/http/response.py in init, line 320
Python Executable: /usr/bin/python
Python Version: 2.7.5
Python Path:
['/home/ski/Development/DJ17/potolok',

'/usr/local/lib/python2.7/dist-packages/Django-1.7b1-py2.7.egg',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-x86_64-linux-gnu',
'/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages/PILcompat',
'/usr/lib/python2.7/dist-packages/gtk-2.0',
'/usr/lib/pymodules/python2.7',
'/usr/lib/python2.7/dist-packages/ubuntu-sso-client',
'/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode']

Server time: Пнд, 14 Апр 2014 19:45:46 +0300

Attachments (1)

TypeError at warehouse_report buch .html (106.3 KB ) - added by anonymous 10 years ago.

Download all attachments as: .zip

Change History (2)

comment:1 by Claude Paroz, 10 years ago

Resolution: invalid
Status: newclosed

This is probably due to mimetype being content_type on more recent Django versions. But please, do not use this tracker as a help channel.

Note: See TracTickets for help on using tickets.
Back to Top