diff options
| author | Adam Alton <adamalton@gmail.com> | 2020-08-07 06:05:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-07 08:05:47 +0200 |
| commit | 6e9c5ee88fc948e05b4a7d9f82a8861ed2b0343d (patch) | |
| tree | 4c027686e46e4e1f5f3305f63d3b34fed08a9323 /docs | |
| parent | cdead4f013bc4d8f87fd714e91d5e1fcf419180f (diff) | |
Removed unnecessary sentence in QuerySet docs.
Diffstat (limited to 'docs')
| -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 adc070ec99..e5c0038528 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 |
