[Answer]-Is django-piston compatible with Django 1.6.5?

1👍

I have found this issue on the BitBucket’s official django-piston repository:
https://bitbucket.org/jespern/django-piston/issue/235/attributeerror-wsgirequest-object-has-no#comment-7147190

It’s about an incompatibility with Django 1.6 and the issue is still marked as ‘new’ so, although I haven’t found any official statement, that would mean that the latest version of django-piston is not compatible with Django 1.6.

Regarding the installation of a github fork with pip install, you can find an example with GitHub on this other thread:
How to state in requirements.txt a direct github source

I think it can be easily extended to the case of hg if that is the case of the django-piston’s fork you are referring to.

Hope this helps

Leave a comment