-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade oauth to support django 4+ #23
Conversation
Great job edu ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@larslevie and @aaronvb this is the fix on django oauth. Let me know when it is published to fury. |
@marzullofp @aaronvb Since this is a breaking change for older versions of Django, should this be a major version bump? Probably also want to add a note that this only compatible with Django >= 2.0. |
a68cdb5
to
2174ab1
Compare
331a377
to
ecdc99b
Compare
2174ab1
to
6814ffb
Compare
7276151
to
34c2a56
Compare
until we can figure out how to do it correctly and still be able to run them locally.
Description
This PR upgrades the
django-admin-oauth2
in order to support Django 4+.Solution
url
withre_path
inoauthadmin/urls.py
.setup.py
.README.md
.Validation
Evidence
django-admin-oauth2
now supports django 4+.Tests executed
django-admin-oauth2
in RealLeads and passed existing tests.