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

Change Vote.object_id type to TextField to support other primary key types like UUIDField. #26

Merged
merged 1 commit into from
Dec 3, 2021

Conversation

hramezani
Copy link
Member

Fixes #23

@codecov
Copy link

codecov bot commented Dec 2, 2021

Codecov Report

Merging #26 (08f0479) into master (590e995) will increase coverage by 0.78%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   30.35%   31.13%   +0.78%     
==========================================
  Files           8        8              
  Lines         313      318       +5     
  Branches       51       61      +10     
==========================================
+ Hits           95       99       +4     
  Misses        216      216              
- Partials        2        3       +1     
Impacted Files Coverage Δ
src/voting/managers.py 94.44% <80.00%> (-1.08%) ⬇️
src/voting/models.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 590e995...08f0479. Read the comment docs.

@hramezani hramezani merged commit 6c772a6 into jazzband:master Dec 3, 2021
@hramezani
Copy link
Member Author

@jezdez Thanks for the review.
Do you think that we can make a new release for this package?

@hramezani hramezani deleted the change_object_id branch December 3, 2021 19:52
@jezdez
Copy link
Member

jezdez commented Dec 5, 2021

@hramezani Sure, @gholamiayub and me are the project leads, but realistically I won't have time to do this soon.

@hramezani
Copy link
Member Author

@jezdez I can take care of the release and be be a project lead if it's ok for you

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.

Can't use this package because my models have uuids as primary key
2 participants