mirror of
https://github.com/django/django.git
synced 2025-10-29 08:36:09 +00:00
Fixed the use of the -ise suffix, where -ize is prefered
This commit is contained in:
@@ -243,7 +243,7 @@ class QuerySet(object):
|
||||
|
||||
skip = None
|
||||
if load_fields and not fill_cache:
|
||||
# Some fields have been deferred, so we have to initialise
|
||||
# Some fields have been deferred, so we have to initialize
|
||||
# via keyword arguments.
|
||||
skip = set()
|
||||
init_list = []
|
||||
|
||||
Reference in New Issue
Block a user