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

fix: typos in model field verbose name #4285

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Chadys
Copy link
Contributor

@Chadys Chadys commented Apr 23, 2024

There were some typos in the verbose name of some fields of Order models.
I fixed them and made the appropriate change to migration files (verbose name does not actually make any change in DB, hence it is safe to edit instead of creating a new migration).

Copy link

codecov bot commented Apr 23, 2024

Codecov Report

Merging #4285 (8e301e6) into master (204b9a7) will increase coverage by 0.07%.
Report is 11 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4285      +/-   ##
==========================================
+ Coverage   88.28%   88.36%   +0.07%     
==========================================
  Files         293      293              
  Lines       16046    16094      +48     
==========================================
+ Hits        14166    14221      +55     
+ Misses       1880     1873       -7     
Files Coverage Δ
src/oscar/apps/order/abstract_models.py 93.08% <ø> (-0.07%) ⬇️

... and 8 files with indirect coverage changes

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.

None yet

1 participant