Commit f9caf7e
committed
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.1 parent b611a24 commit f9caf7e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
| 693 | + | |
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
| |||
0 commit comments