mirror of
https://github.com/django/django.git
synced 2025-08-22 11:34:33 +00:00
Fixed the use of the -ise suffix, where -ize is prefered
This commit is contained in:
parent
a90ffcac21
commit
10a09b8e60
4 changed files with 4 additions and 4 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue