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 45
45
"https://docs.djangoproject.com/en/5.2/_objects/" ,
46
46
),
47
47
"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 ),
49
50
"python" : ("https://docs.python.org/3/" , None ),
50
51
"atlas" : ("https://www.mongodb.com/docs/atlas/" , None ),
51
52
"manual" : ("https://www.mongodb.com/docs/manual/" , None ),
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ Debug logging
24
24
-------------
25
25
26
26
To 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>`.
29
29
30
30
This is a minimal :setting: `LOGGING ` setting that enables PyMongo's ``DEBUG ``
31
31
logging::
You can’t perform that action at this time.
0 commit comments