Open Neyoui opened 3 years ago
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
$ ./manage.py makemigrations --check Migrations for 'tellme': /.../lib/python3.6/site-packages/tellme/migrations/0005_alter_feedback_id.py - Alter field id on feedback
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