Luca Bezerra
Luca Bezerra
To whoever finds this issue, passing it as a JSONified string solved it for me: ``` import json # [...] self.client.post(self.view_url, json.dumps(data), content_type='application/json') ``` Keep in mind that I'm not...
Hitching a ride on the OP's issue here :) First of all, awesome idea, thanks for implementing it! Secondly, on Bitbucket it seems to work only on the original files,...
Oh, totally skipped that issue, went straight into the Bitbucket one, haha. Thanks for answering!
Depending on this PR to be approved: https://github.com/vintasoftware/tapioca-twitter/pull/9
PR: https://github.com/vintasoftware/django-knowledge-share/pull/14
Good catch, @Jasper-Koops ! The build is breaking due to an unrelated issue. As soon as its fixed, you'll probably need to pull master into your branch. Thanks for the...