mirror of
https://github.com/django/django.git
synced 2025-12-23 09:19:27 +00:00
Fixed typo in django/db/backends/base/schema.py comment.
Signed-off-by: JaeHyuck Sa <wogur981208@gmail.com>
This commit is contained in:
parent
e49e14fd90
commit
afaa527c43
1 changed files with 1 additions and 1 deletions
|
|
@ -938,7 +938,7 @@ class BaseDatabaseSchemaEditor:
|
|||
|
||||
def _field_db_check(self, field, field_db_params):
|
||||
# Always check constraints with the same mocked column name to avoid
|
||||
# recreating constrains when the column is renamed.
|
||||
# recreating constraints when the column is renamed.
|
||||
check_constraints = self.connection.data_type_check_constraints
|
||||
data = field.db_type_parameters(self.connection)
|
||||
data["column"] = "__column_name__"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue