Skip to content

Commit afaa527

Browse files
authored
Fixed typo in django/db/backends/base/schema.py comment.
Signed-off-by: JaeHyuck Sa <wogur981208@gmail.com>
1 parent e49e14f commit afaa527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

django/db/backends/base/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ def alter_field(self, model, old_field, new_field, strict=False):
938938

939939
def _field_db_check(self, field, field_db_params):
940940
# Always check constraints with the same mocked column name to avoid
941-
# recreating constrains when the column is renamed.
941+
# recreating constraints when the column is renamed.
942942
check_constraints = self.connection.data_type_check_constraints
943943
data = field.db_type_parameters(self.connection)
944944
data["column"] = "__column_name__"

0 commit comments

Comments
 (0)