diff options
| author | Tim Graham <timograham@gmail.com> | 2016-11-07 13:00:40 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:51:56 -0500 |
| commit | a0d166306fbdc41f49e6fadf4ec84b17eb147daa (patch) | |
| tree | 112678f9dc1005900415f6c1564c241c17a6d688 /docs/ref/models | |
| parent | e90c745afdcf89bc3416c9cb2d4a06dfacb2a250 (diff) | |
Removed GeoManager and GeoQuerySet per deprecation timeline.
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/querysets.txt | 9 |
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 |
