Fixed typo in django/db/models/query.py docstring.

This commit is contained in:
Jacob Walls 2024-12-31 17:55:28 -05:00 committed by Sarah Boyce
parent 989329344a
commit f14cab28a5
1 changed files with 1 additions and 1 deletions

View File

@ -1746,7 +1746,7 @@ class QuerySet(AltersData):
Defer the loading of data for certain fields until they are accessed.
Add the set of deferred fields to any existing set of deferred fields.
The only exception to this is if None is passed in as the only
parameter, in which case removal all deferrals.
parameter, in which case remove all deferrals.
"""
self._not_support_combined_queries("defer")
if self._fields is not None: