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

Add default value for Application.post_logout_redirect_uris #1319

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Add default value for Application.post_logout_redirect_uris #1319

merged 1 commit into from
Sep 22, 2023

Conversation

tonial
Copy link
Contributor

@tonial tonial commented Sep 22, 2023

Fixes #1309

Description of the Change

Adding a default value to post_logout_redirect_uris model and migration

Checklist

  • PR only contains one change (considered splitting up PR)
  • unit-test added
  • documentation updated
  • CHANGELOG.md updated (only for user relevant changes)
  • author name in AUTHORS

@tonial tonial requested review from dopry and n2ygk September 22, 2023 10:16
@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Merging #1319 (5772e2f) into master (6bca431) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1319   +/-   ##
=======================================
  Coverage   97.44%   97.44%           
=======================================
  Files          32       32           
  Lines        2073     2073           
=======================================
  Hits         2020     2020           
  Misses         53       53           
Files Changed Coverage Δ
oauth2_provider/models.py 98.57% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@n2ygk n2ygk merged commit 1eca949 into jazzband:master Sep 22, 2023
26 checks passed
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.

post_logout_redirect_uris introduces breaking change
2 participants