mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed spelling of "nonexistent".
This commit is contained in:
parent
a21ec12409
commit
29f607927f
47 changed files with 141 additions and 114 deletions
|
@ -1267,7 +1267,7 @@ class RawQuerySet:
|
|||
index = columns.index(query_name)
|
||||
columns[index] = model_name
|
||||
except ValueError:
|
||||
# Ignore translations for non-existent column names
|
||||
# Ignore translations for nonexistent column names
|
||||
pass
|
||||
return columns
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue