robinhood / thorn

Easy Webhooks for Python
Other
525 stars 60 forks source link

Django 2.0 support #27

Closed smn closed 6 years ago

smn commented 6 years ago

Adds the necessary Travis environment variables for tox to install Django 2.0 and run tests against it.

The only thing required to get the unit tests to pass was to add on_delete to ForeignKeys. Failing to get the integration tests to pass as the test harness relies on pre-Django 2.0 things, starting with changes to include() and the namespacing of apps with the app_name or app_namespace kwarg.