Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Tags: Lotterywest/django-saml2-auth-lw

Tags

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Django 4.0 support (#3)

* Django 4.0 support

django.conf.urls.url has been removed in favour of djang.urls.path
https://github.com/django/django/blob/3.2.10/django/conf/urls/__init__.py#L16

django.utils.http.is_safe_url has been removed in favour of django.utils.http.url_has_allowed_host_and_scheme
https://github.com/django/django/blob/3.2.10/django/utils/http.py#L330

* Update README.md and setup.py

Co-authored-by: Michael Van Delft <[email protected]>

2.2.2

Toggle 2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from Lotterywest/remove-dependency-django-rest-…

…auth

Remove dependency of Django Rest Auth

2.2.2.b6

Toggle 2.2.2.b6's commit message
flake8

2.2.2.b5

Toggle 2.2.2.b5's commit message
auto versioning system

2.2.2.b4

Toggle 2.2.2.b4's commit message
remove versioning in the setup

2.2.2.b3

Toggle 2.2.2.b3's commit message
wait for linting to occur

2.2.2.b2

Toggle 2.2.2.b2's commit message
further flake8 action

2.2.2.b1

Toggle 2.2.2.b1's commit message
further readme translation and simplification

2.2.1

Toggle 2.2.1's commit message
fixed is_safe_url in django 2.1

2.2.0

Toggle 2.2.0's commit message