Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backwards compatibility for deferrable kwarg
This was previously accepted to the original repository in ESSolutions/django-mssql-backend#86. Backwards compatibility for Django < 3.1 is maintained by not directly trying to load the supports_deferrable_unique_constraints via dot notation, but rather by getattr with a default.
- Loading branch information