Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoField at migration #207

Open
ghost opened this issue Jun 10, 2019 · 3 comments
Open

AutoField at migration #207

ghost opened this issue Jun 10, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 10, 2019

Does anyone have any initiative to support AutoField at migration?

Using Django and django-pyodbc-azure in the latest version.

@AnkurBegining
Copy link

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.

@dakzh
Copy link

dakzh commented Jun 21, 2019

@samirpkrl
Copy link

Did you find the solution ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants