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"
33
44intersphinx = [ " 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
99toc_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.
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+
5453Sample Data
5554~~~~~~~~~~~
5655
You can’t perform that action at this time.
0 commit comments