diff --git a/lib/datasource/pypi.js b/lib/datasource/pypi.js
index d7276a9aa27400c43de5e48f9bb009722cd5c32a..f5fef269e4f8e2eede40315ca62396b15b51c4dc 100644
--- a/lib/datasource/pypi.js
+++ b/lib/datasource/pypi.js
@@ -25,6 +25,8 @@ const changelogUrls = {
   phonenumbers:
     'https://github.com/daviddrysdale/python-phonenumbers/blob/dev/python/HISTORY.md',
   'psycopg2-binary': 'http://initd.org/psycopg/articles/tag/release/',
+  'django-debug-toolbar':
+    'https://django-debug-toolbar.readthedocs.io/en/latest/changes.html',
 };
 
 function compatibleVersions(releases, compatibility) {