mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed typos in comments and docs.
This commit is contained in:
parent
4263cd0e09
commit
97e637a87f
20 changed files with 22 additions and 23 deletions
|
@ -81,7 +81,7 @@ class SchemaIndexesNotPostgreSQLTests(TransactionTestCase):
|
|||
opclasses=['varchar_pattern_ops'],
|
||||
)
|
||||
with connection.schema_editor() as editor:
|
||||
# This would error if opclasses weren't ingored.
|
||||
# This would error if opclasses weren't ignored.
|
||||
editor.add_index(IndexedArticle2, index)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue