Skip to content
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

fix(apis_entities,apis_relations): drop login_url override #211

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

b1rger
Copy link
Contributor

@b1rger b1rger commented Jun 16, 2023

The default login_url for the UserPassesTestMixin defaults to
settings.LOGIN_URL which defaults to "/accounts/login/" - therefore the
override does not make sense.

@b1rger b1rger force-pushed the birger/drop-login-view-override branch from a7f0709 to b1ae3d2 Compare June 16, 2023 09:26
@b1rger b1rger requested a review from a team June 16, 2023 09:29
@b1rger b1rger marked this pull request as ready for review June 16, 2023 09:29
@b1rger b1rger force-pushed the birger/drop-login-view-override branch from b1ae3d2 to fc37050 Compare September 6, 2023 16:02
The default login_url for the UserPassesTestMixin defaults to
settings.LOGIN_URL which defaults to "/accounts/login/" - therefore the
override does not make sense.
@b1rger b1rger force-pushed the birger/drop-login-view-override branch from fc37050 to e44ba2b Compare September 6, 2023 16:04
@b1rger b1rger merged commit 2f3c6a4 into main Sep 6, 2023
6 checks passed
@b1rger b1rger deleted the birger/drop-login-view-override branch September 8, 2023 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant