diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index f097880f79..100ba44c31 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -274,7 +274,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, ), }