You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a new branch (django1.5) with an updated django. Everything appears to be working, but if you could check it out and make sure it meets your needs, I would appreciate it. I'll merge when I hear back, assuming all is well.
When trying to use curl to change the 'local boot' checkbox, the following error occurrs:
Piston/0.2.3rc1 (Django 1.5.5) crash report:
Traceback (most recent call last):
File "/opt/djeep/.kick-venv/src/django-piston/piston/handler.py", line 134, in update
return rc.ALL_OK
File "/opt/djeep/.kick-venv/src/django-piston/piston/utils.py", line 55, in __getattr__
class HttpResponseWrapper(HttpResponse):
File "/opt/djeep/.kick-venv/src/django-piston/piston/utils.py", line 82, in HttpResponseWrapper
content = property(HttpResponse._get_content, _set_content)
AttributeError: type object 'HttpResponse' has no attribute '_get_content'
It'd be ideal to be able to make use of the more recent versions of DJango. I don't know how easy it will be to merge the updates in?
The text was updated successfully, but these errors were encountered: