From 8dd492b28710787e36047a9254aa5fac76b4430b Mon Sep 17 00:00:00 2001 From: Ryan Cheley <9857779+ryancheley@users.noreply.github.com> Date: Tue, 29 Nov 2022 14:14:38 -0800 Subject: [PATCH] Update docs/ref/models/querysets.txt Co-authored-by: David Smith <39445562+smithdc1@users.noreply.github.com> --- docs/ref/models/querysets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 7027834695780..5da9f3d4625f4 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -1708,7 +1708,7 @@ one, doing so will result in an error. .. method:: only(*fields) -The ``only()`` method is essentially the opposite of :meth:`defer()`. Only the +The ``only()`` method is essentially the opposite of :meth:`defer`. Only the fields passed into this method and that are *not* already specified as deferred are loaded immediately when the queryset is evaluated.