File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4545 "https://docs.djangoproject.com/en/5.2/_objects/" ,
4646 ),
4747 "mongodb" : ("https://www.mongodb.com/docs/languages/python/django-mongodb/v5.2/" , None ),
48- "pymongo" : ("https://pymongo.readthedocs.io/en/stable/" , None ),
48+ "pymongo" : ("https://www.mongodb.com/docs/languages/python/pymongo-driver/current/" , None ),
49+ "pymongo-api" : ("https://pymongo.readthedocs.io/en/stable/" , None ),
4950 "python" : ("https://docs.python.org/3/" , None ),
5051 "atlas" : ("https://www.mongodb.com/docs/atlas/" , None ),
5152 "manual" : ("https://www.mongodb.com/docs/manual/" , None ),
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ Debug logging
2424-------------
2525
2626To troubleshoot MongoDB connectivity issues, you can enable :doc: `PyMongo's
27- logging <pymongo:examples /logging>` using :doc: `Django's LOGGING setting
28- <django:topics/logging>`.
27+ logging <pymongo:monitoring-and-logging /logging>` using :doc: `Django's LOGGING
28+ setting <django:topics/logging>`.
2929
3030This is a minimal :setting: `LOGGING ` setting that enables PyMongo's ``DEBUG ``
3131logging::
You can’t perform that action at this time.
0 commit comments