Kaydet (Commit) 05098fa4 authored tarafından Tim Graham's avatar Tim Graham

Fixed typo in django/db/backends/base/schema.py comment.

üst 663e4894
......@@ -547,7 +547,7 @@ class BaseDatabaseSchemaEditor:
index_names = self._constraint_names(model, [old_field.column], index=True, type_=Index.suffix)
for index_name in index_names:
if index_name in meta_index_names:
# There only way to check if an index was created with
# The only way to check if an index was created with
# db_index=True or with Index(['field'], name='foo')
# is to look at its name (refs #28053).
continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment