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

Default to "/accounts/logout/" rather than settings.LOGOUT_URL #646

Merged

Conversation

vanschelven
Copy link
Contributor

settings.LOGOUT_URL hasn't been included in Django since Django 1.10,
and hasn't functioned since pre-1.0.

The default of "/accounts/logout/" corresponds to most examples in the
documentation, and is more likely to work out of the box than the
present default of None.

See django/django@59f861f

settings.LOGOUT_URL hasn't been included in Django since Django 1.10,
and hasn't functioned since pre-1.0.

The default of "/accounts/logout/" corresponds to most examples in the
documentation, and is more likely to work out of the box than the
present default of `None`.

See django/django@59f861f
@axnsan12
Copy link
Owner

Thanks!

@axnsan12 axnsan12 merged commit 952332d into axnsan12:master Oct 25, 2020
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.

2 participants