Skip to content

Conversation

n2ygk
Copy link
Contributor

@n2ygk n2ygk commented Jan 7, 2022

Fixes #1074

Description of the Change

Add missed migration created by #1020 which changes the type of the client_secret from CharField to ClientSecretField.

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

@n2ygk n2ygk requested a review from a team January 7, 2022 22:50
@n2ygk n2ygk added this to the 1.7.0 milestone Jan 7, 2022
@codecov
Copy link

codecov bot commented Jan 7, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.67%. Comparing base (366e531) to head (d538424).
Report is 209 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1075   +/-   ##
=======================================
  Coverage   96.67%   96.67%           
=======================================
  Files          31       31           
  Lines        1777     1777           
=======================================
  Hits         1718     1718           
  Misses         59       59           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@n2ygk n2ygk merged commit 58f4f5f into django-oauth:master Jan 7, 2022
@n2ygk n2ygk deleted the bugfix/1074 branch January 7, 2022 23:03
pkarman added a commit to pkarman/django-oauth-toolkit that referenced this pull request Jan 9, 2022
n2ygk pushed a commit that referenced this pull request Jan 9, 2022
* Revert "Add migration that alters client_secret to ClientSecretField. (#1075)"

This reverts commit 58f4f5f.

* revert 250120d

* bad merge
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.

Add missing migration caused by #1020
2 participants