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
I am facing the same issue @lucasmellos. I am trying to use another open source library djnago_q in my Django app where I am using Microsoft SQL server for my Database requirements. When I am trying to run python manage.py migrate after installing djnago_q. I face the following error.
raise NotImplementedError("the backend doesn't support altering from/to %s." % t.__name__)
NotImplementedError: the backend doesn't support altering from/to AutoField.
In django_q migration file, it is using AutoField.
Django version 2.1.8
Python version 3.6.8 @michiya Please see this issue.
Does anyone have any initiative to support AutoField at migration?
Using Django and django-pyodbc-azure in the latest version.
The text was updated successfully, but these errors were encountered: