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
$ ./manage.py makemigrations --check
Migrations for 'tellme':
/.../lib/python3.6/site-packages/tellme/migrations/0005_alter_feedback_id.py
- Alter field id on feedback
The text was updated successfully, but these errors were encountered:
Hi,
During the last update to Django 3.2.6, we noticed that "tellme" has pending database migrations.
This bug is maybe caused by the new option "DEFAULT_AUTO_FIELD" by Django.
Please see: https://docs.djangoproject.com/en/3.2/releases/3.2/#customizing-type-of-auto-created-primary-keys
The text was updated successfully, but these errors were encountered: