-
Notifications
You must be signed in to change notification settings - Fork 103
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
django 1.8 The SchemaEditorClass is None #110
Comments
same problem here, any solutions? |
bump! +1 |
|
same problem, is this a bug or something wrong in my settings? 'dev': {
'ENGINE': "django_pyodbc",
'HOST': "xxxxxxxxx,1433",
'USER': "xxx",
'PASSWORD': "xxxx",
'NAME': "dev_wfan",
'OPTIONS': {
'driver': 'ODBC Driver 13 for SQL Server',
'dsn': 'self_mssql',
'host_is_server': True
},
}, |
Any solutions yet? EDIT: According to this, with django 1.11 (and even 1.10), the repository to use is django-pyodbc-azure. And if the error |
Unfortunately, not at this time due to contributors being slammed.
…On Tue, Oct 3, 2017 at 3:18 AM, Shadi Akiki ***@***.***> wrote:
Any solutions yet?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#110 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD_flI4Vyr_tmBuY7YJ9xGZEbUVTip7Oks5sogoOgaJpZM4H8lyA>
.
|
This issue is resolved on the trunk and in alpha release 2.0.0a1, using Django 2.0. I am closing this issue, but if this is an unacceptable outcome, please re-open the ticket. If you require this to be backported to the django-1 branch then please feel free to re-open this ticket. Unfortunately, it is likely to remain unresolved, as there may not be any takers on this backporting task. Apologies. |
Unfortunately this is still an issue for me with 2.0.0a1 using Django 2.0.2 as well. |
I try to use django-pyodbc with django 1.7 / 1.8 but i always get the following error:
My environment:
Django (1.8.11)
django-pyodbc (0.3.0)
pip (7.1.2)
pyodbc (3.0.10)
setuptools (18.2)
wheel (0.24.0)
python 2.7.11
Are migrations supported? Should i disabled them?
The text was updated successfully, but these errors were encountered: