-
Notifications
You must be signed in to change notification settings - Fork 11
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
Inconsistent makemigrations results #222
Comments
In django/db/migrations/autodetector.py line 912 (in
Then I ran
|
We can still have this issue because some model choices depend on settings (e.g. I see some options:
|
* port CI tests to github actions * fix lint errors * pin pytz See #222
When running
manage.py makemigrations
on different setups, I get different results.The text was updated successfully, but these errors were encountered: