summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2025-03-22 14:27:36 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-03-28 09:37:40 +0100
commit7e987fab31aa66f10422dd659b14668e34b89e8b (patch)
treebd163e5c7e4ee74ca81b6002db224a783c8f83f2 /docs
parentec2af58ac6ee606b86b675ba4d00dba7219aa19f (diff)
[5.2.x] Simplified Intersphinx configuration example.
docs.djangoproject.com had been updated to serve the object.inv file from the default location, so the second tuple element can be None (the "default" value). Backport of 5df512e53ab12fd8a0c92421a45aa1b664adb166 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/reusable-apps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt
index 71696ce0ee..3defa74c4f 100644
--- a/docs/intro/reusable-apps.txt
+++ b/docs/intro/reusable-apps.txt
@@ -276,7 +276,7 @@ this. For a small app like polls, this process isn't too difficult.
# ...
"django": (
"https://docs.djangoproject.com/en/stable/",
- "https://docs.djangoproject.com/en/stable/_objects/",
+ None,
),
}