diff options
| author | Adam Alton <adamalton@gmail.com> | 2020-08-07 06:05:47 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-07 08:06:21 +0200 |
| commit | 1e3d8bd3a1d60bc207a04f4dd43729a66cd6b0a2 (patch) | |
| tree | 9c4407ab6b1a6a40c5d88b812a770acf30acb185 | |
| parent | 81ed126dffc31c71fb5a2b0c87970b7ffeb2cd31 (diff) | |
[3.1.x] Removed unnecessary sentence in QuerySet docs.
Backport of 6e9c5ee88fc948e05b4a7d9f82a8861ed2b0343d from master
| -rw-r--r-- | docs/ref/models/querysets.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index c14db011ef..8c63a8aa5a 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -151,8 +151,7 @@ Here's the formal declaration of a ``QuerySet``: The ``query`` parameter to :class:`QuerySet` exists so that specialized 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 another way: if you need to ask, you - don't need to use it. + part of a public API. .. currentmodule:: django.db.models.query.QuerySet |
