-
Notifications
You must be signed in to change notification settings - Fork 140
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
Supports nullable unique constraints #43
base: azure-1.8
Are you sure you want to change the base?
Conversation
I encountered this error last week w/ Django 1.9 and opened a ticket with Django (https://code.djangoproject.com/ticket/27627) before realizing this is an issue with this backend. I created a workaround using a custom migration. Obviously, adding support for nullable unique constraints would be the preferred course of action. Is there anything I can do to help get this pull request released (e.g. testing)? Thanks. |
Hi, is there any development here? I would like this feature as well. |
Hi @michiya,
I added support for nullable unique constraints based on: http://stackoverflow.com/a/767702 .
Can you please review and let me know what you think.
Regards Paul