-
Notifications
You must be signed in to change notification settings - Fork 420
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
chore: enforce --name/-n
argument in makemigrations management command
#5107
chore: enforce --name/-n
argument in makemigrations management command
#5107
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Docker builds report
|
Uffizzi Preview |
Looks like this breaks the |
Yeah, fixed in 2689d5e |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5107 +/- ##
=======================================
Coverage 97.43% 97.44%
=======================================
Files 1214 1216 +2
Lines 42327 42348 +21
=======================================
+ Hits 41243 41264 +21
Misses 1084 1084 ☔ View full report in Codecov by Sentry. |
cebdde1
to
9924873
Compare
Changes
Enforces the use of
--name/-n
when creating migrations.How did you test this code?
Ran
makemigrations
with and without--name/-n
and verified the correct result.