File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ collection.
26
26
27
27
You can also use the {+framework+} admin site to edit your models
28
28
and their corresponding collections on a web interface. For
29
- more information, see :py: mod:`~ django.contrib.admindocs `
29
+ more information, see :mod:`django.contrib.admin `
30
30
in the {+framework+} documentation.
31
31
32
32
Query API
Original file line number Diff line number Diff line change @@ -400,6 +400,7 @@ in the following ways:
400
400
by commas. To view an example, see `Retrieving objects
401
401
<{+django-docs+}/topics/db/queries/#retrieving-objects>`__ in the
402
402
{+framework+} documentation.
403
+ :std:label:`chaining-filters`
403
404
404
405
- Chain query methods together. To learn more, see `Chaining filters
405
406
<{+django-docs+}/topics/db/queries/#chaining-filters>`__ in the {+framework+}
@@ -742,6 +743,7 @@ provided ``KT()`` expressions.
742
743
743
744
- `KT() expressions <{+django-docs+}/topics/db/queries/#module-django.db.models.fields.json>`__
744
745
:py:module:`~django.db.models.fields.json`
746
+ :class:`KT() <django.db.models.fields.json.KT>`
745
747
- :py:meth:`~django.db.models.query.QuerySet.annotate`
746
748
747
749
The following example uses ``annotate()`` and ``KT()`` to create a
You can’t perform that action at this time.
0 commit comments