Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Django 2.0a support

Choose a tag to compare

@Adarnof Adarnof released this 29 Sep 02:55
· 15 commits to master since this release

Experimental support for Django 2.0a1 by defining on_delete for foreignkeys and changing reverse imports to its new location. Drops support for Django<1.10.

Additionally allows initialization without ESI_SSO_CLIENT_ID, ESI_SSO_CLIENT_SECRET, and ESI_SSO_CALLBACL_URL settings if settings.DEBUG is True. This is useful for testing.