mirror of
https://github.com/django/django.git
synced 2025-08-08 12:58:37 +00:00
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
This commit is contained in:
parent
6acaa52386
commit
0d91225892
121 changed files with 208 additions and 208 deletions
|
@ -109,7 +109,7 @@ class DeferredAttribute(object):
|
|||
val = self._check_parent_chain(instance, name)
|
||||
if val is None:
|
||||
# We use only() instead of values() here because we want the
|
||||
# various data coersion methods (to_python(), etc.) to be
|
||||
# various data coercion methods (to_python(), etc.) to be
|
||||
# called here.
|
||||
val = getattr(
|
||||
non_deferred_model._base_manager.only(name).using(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue