ludrao / django-tellme

Django app that enable user feedback (feedback button)
Other
152 stars 51 forks source link

Support for Django 3.2.x #70

Open Neyoui opened 3 years ago

Neyoui commented 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