Skip to content

1.3.0

Compare
Choose a tag to compare
@jobec jobec released this 01 Nov 20:01
· 282 commits to master since this release

NOTE: From this release onwards, compatibility with python 2.7 and 3.4 is not guaranteed anymore.

Removed

  • Python 2.7 and 3.4 tests
  • Django Rest Framework 3.7 tests

Changed

  • The URLs file to override the django rest framework login (drf-urls.py), was not a valid python module name.
    It was changed to drf_urls.py. Th old name is still there but will be removed in a next release.

Added

  • Added setting SETTINGS_CLASS, defaulting to
    django_auth_adfs.config.Settings. This provides a mechanism to load the
    AUTH_ADFS config from sources other than Django settings.
  • Python 3.8 tests
  • Django Rest Framework 3.10 tests