Gilles Dartiguelongue
Gilles Dartiguelongue
Using pyside-1.2.4 and current HEAD of ghost-py-0-2 branch, I cannot reproduce this problem. Please note that the problem is most likely caused by PySide and python code fighting over references...
Code you please give a shot at ghost-py-0-2 branch ?
I would really enjoy if all this work was based on top of PR#63 where I tried to keep changes minimal to get to Travis CI integration. PR#66 looks good...
Wouldn't it be simpler to have a configuration parameter for this ? Trying to get nginx version with subprocess when you might not be able to run it or not...
Looks much better to me.
Django 1.9 is EOLed since April, 4th. See https://www.djangoproject.com/download/#supported-versions.
FTR, I shared the hopefully generic implementation I came up with combining various solutions found here and in the discussion #255.
Did the pypi guys ignore the absence of activity on this repo ? I fail to see how this is not abandoned considering the lack of commits for over a...
Maybe you can handle that in a serialization middleware. I use Flask RESTful MethodView as well, not only for this though and I haven't decided yet which is best behavior.
Imho using nose over default unittest module is just for cosmetics and should be left to travis/tox configuration, not mandatory for running tests that do run fine without it.