django-pyodbc-azure
django-pyodbc-azure copied to clipboard
breaking upstream change: django core migration from AutoField to BigAutoField
https://github.com/django/django/pull/8924 plans on making the default id
in django core be a BigAutoField
. Migrating existing models will break here:
https://github.com/michiya/django-pyodbc-azure/blob/549026d0f6b031f69ca27f0a488cfe2266677f10/sql_server/pyodbc/schema.py#L129-L133
Fixed by #189 iff merged.
Fixed by #189 iff merged.
how can I use the solution on my project?
@neorisjaime you should probably consider using https://github.com/ESSolutions/django-mssql-backend/ instead, a fork of this which is being maintained and hopes to get into Django core one day. I believe this issue is already addressed there.
@daybarr actually, the solution for me was to create a module for oauth2_provider. That let me execute the migrate satisfactory.