lamby / django-slack

Slack integration for Django, using the templating engine to generate messages
https://django-slack.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
241 stars 57 forks source link

TestBackend init does not support python 2.7 #72

Closed jheld closed 7 years ago

jheld commented 7 years ago

The init of TestBackend uses 0 arguments to the call to super; unfortunately python2.7 does not support this.

lamby commented 7 years ago

Was added in https://github.com/lamby/django-slack/commit/b55f9621313ce30b95b9435b3b749f9a94d518cb#diff-b37b5e3c61ba2f217064f8a17362a9faR82

@inglesp Can you take a quick look? :)

lamby commented 7 years ago

Thanks all!

Released upon PyPI as 5.10.2