mirror of
https://github.com/django/django.git
synced 2025-09-07 11:10:43 +00:00
Add check constraint support - needed a few Field changes
This commit is contained in:
parent
375178fc19
commit
ca9c3cd39f
12 changed files with 143 additions and 24 deletions
|
@ -170,6 +170,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
requires_explicit_null_ordering_when_grouping = True
|
||||
allows_primary_key_0 = False
|
||||
uses_savepoints = True
|
||||
supports_check_constraints = False
|
||||
|
||||
def __init__(self, connection):
|
||||
super(DatabaseFeatures, self).__init__(connection)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue