Skip to content

Commit faead26

Browse files
committed
go back
1 parent 4e5ef03 commit faead26

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Django MongoDB Backend"
33

44
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
55
"https://www.mongodb.com/docs/atlas/objects.inv",
6-
"http://docs.djangoproject.com/en/5.0/objects.inv"
6+
"http://docs.djangoproject.com/en/5.0/_objects/",
77
]
88

99
toc_landing_pages = [

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ cache. Future evaluations of the ``QuerySet`` use the cached results.
4747

4848
.. tip::
4949

50-
To learn more about the {+framework+} ``QuerySet`` API, see `QuerySet API reference
51-
<{+django-docs+}/ref/models/querysets/>`__ in the {+framework+} documentation.
52-
:py:class:`~django.db.models.query.QuerySet`
53-
50+
To learn more about the {+framework+} ``QuerySet`` API, see :py:class:`~django.db.models.query.QuerySet`
51+
in the {+framework+} documentation.
52+
5453
Sample Data
5554
~~~~~~~~~~~
5655

0 commit comments

Comments
 (0)