summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/querysets.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index f5f0fbcc8b..ee48a3c6f0 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -149,11 +149,10 @@ Here's the formal declaration of a ``QuerySet``:
.. note::
The ``query`` parameter to :class:`QuerySet` exists so that specialized
- query subclasses such as
- :class:`~django.contrib.gis.db.models.GeoQuerySet` can reconstruct
- internal query state. The value of the parameter is an opaque
- representation of that query state and is not part of a public API.
- To put it simply: if you need to ask, you don't need to use it.
+ query subclasses can reconstruct internal query state. The value of the
+ parameter is an opaque representation of that query state and is not
+ part of a public API. To put it simply: if you need to ask, you don't
+ need to use it.
.. currentmodule:: django.db.models.query.QuerySet