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.
2626
2727You can also use the {+framework+} admin site to edit your models
2828and 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 `
3030in the {+framework+} documentation.
3131
3232Query API
Original file line number Diff line number Diff line change @@ -400,6 +400,7 @@ in the following ways:
400400 by commas. To view an example, see `Retrieving objects
401401 <{+django-docs+}/topics/db/queries/#retrieving-objects>`__ in the
402402 {+framework+} documentation.
403+ :std:label:`chaining-filters`
403404
404405- Chain query methods together. To learn more, see `Chaining filters
405406 <{+django-docs+}/topics/db/queries/#chaining-filters>`__ in the {+framework+}
@@ -742,6 +743,7 @@ provided ``KT()`` expressions.
742743
743744 - `KT() expressions <{+django-docs+}/topics/db/queries/#module-django.db.models.fields.json>`__
744745 :py:module:`~django.db.models.fields.json`
746+ :class:`KT() <django.db.models.fields.json.KT>`
745747 - :py:meth:`~django.db.models.query.QuerySet.annotate`
746748
747749The following example uses ``annotate()`` and ``KT()`` to create a
You can’t perform that action at this time.
0 commit comments