Skip to content

Commit 394dcd3

Browse files
committed
tests
1 parent 870f278 commit 394dcd3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

source/interact-data/crud.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ collection.
2626

2727
You can also use the {+framework+} admin site to edit your models
2828
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`
3030
in the {+framework+} documentation.
3131

3232
Query API

source/interact-data/specify-a-query.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

747749
The following example uses ``annotate()`` and ``KT()`` to create a

0 commit comments

Comments
 (0)