File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title = "Django MongoDB Backend"
3
3
4
4
intersphinx = [ " https://www.mongodb.com/docs/manual/objects.inv" ,
5
5
" 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/ " ,
7
7
]
8
8
9
9
toc_landing_pages = [
Original file line number Diff line number Diff line change @@ -47,10 +47,9 @@ cache. Future evaluations of the ``QuerySet`` use the cached results.
47
47
48
48
.. tip::
49
49
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
+
54
53
Sample Data
55
54
~~~~~~~~~~~
56
55
You can’t perform that action at this time.
0 commit comments