You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I've bumped django_dramatiq version up to 0.9.0 v. I've been getting error from makemigrations --check tool.
--- Check migrations ---
Migrations for 'django_dramatiq':
/usr/local/lib/python3.6/dist-packages/django_dramatiq/migrations/0003_auto_20200203_1451.py
- Change managers on task
- Alter field status on task
The text was updated successfully, but these errors were encountered:
After a quick look at the repo, the code isn't only missing from the PyPi distribution, but also from the repository. Therefore, I assume someone simply forgot to create it (happens to me all the time).
I'd recommend not only adding the migration but also adding a check to prevent this from happening in the future. A simple python manage.py makemigrations --check --dry-run should suffice.
After I've bumped django_dramatiq version up to 0.9.0 v. I've been getting error from
makemigrations --check
tool.The text was updated successfully, but these errors were encountered: