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 default auto field. #45

Merged
merged 2 commits into from
Jan 12, 2022
Merged

Conversation

martey
Copy link
Contributor

@martey martey commented Jan 8, 2022

Remove support for older Python (>3.7) and Django versions (>3.2). Change default auto field to BigAutoField. Fix #44.

martey added 2 commits January 8, 2022 02:32
Remove support for older Python/Django versions in automated testing and
trove classifiers.
@martey martey self-assigned this Jan 8, 2022
@codecov
Copy link

codecov bot commented Jan 8, 2022

Codecov Report

Merging #45 (7a86a6f) into master (12d2214) will increase coverage by 1.31%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   49.33%   50.64%   +1.31%     
==========================================
  Files           9       10       +1     
  Lines         150      154       +4     
  Branches       28       29       +1     
==========================================
+ Hits           74       78       +4     
  Misses         73       73              
  Partials        3        3              
Impacted Files Coverage Δ
flatblocks/apps.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 12d2214...7a86a6f. Read the comment docs.

@martey martey merged commit d7579f5 into jazzband:master Jan 12, 2022
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.

Django 3.2: default_auto_field
1 participant