1
0
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:
Alex Gaynor
2013-11-15 05:23:10 -08:00
parent a90ffcac21
commit 10a09b8e60
4 changed files with 4 additions and 4 deletions

View File

@@ -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 = []