mirror of
https://github.com/django/django.git
synced 2025-10-29 16:46:11 +00:00
Fixed spelling of "nonexistent".
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user