Skip to content

Commit

Permalink
Update docs/ref/models/querysets.txt
Browse files Browse the repository at this point in the history
Co-authored-by: David Smith <39445562+smithdc1@users.noreply.github.com>
  • Loading branch information
ryancheley and smithdc1 committed Nov 29, 2022
1 parent 13a0112 commit 8dd492b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/querysets.txt
Expand Up @@ -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.

Expand Down

0 comments on commit 8dd492b

Please sign in to comment.