mirror of
https://github.com/django/django.git
synced 2025-09-10 20:46:52 +00:00
Renamed DatabaseFeature.supports_check_constraints to supports_column_check_constraints.
Thanks maxi for the suggestion.
This commit is contained in:
parent
317c480c04
commit
82c935d44c
4 changed files with 4 additions and 4 deletions
|
@ -184,7 +184,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
allows_auto_pk_0 = False
|
||||
uses_savepoints = True
|
||||
atomic_transactions = False
|
||||
supports_check_constraints = False
|
||||
supports_column_check_constraints = False
|
||||
|
||||
def __init__(self, connection):
|
||||
super(DatabaseFeatures, self).__init__(connection)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue