From 3825c6b1cba93daff1b462cf3e4e56cd01293161 Mon Sep 17 00:00:00 2001 From: Adrien Lemaire <lemaire.adrien@gmail.com> Date: Tue, 4 Dec 2018 15:17:41 +0900 Subject: [PATCH] fix(pypi): add django-debug-toolbar changelog (#2892) --- lib/datasource/pypi.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/datasource/pypi.js b/lib/datasource/pypi.js index d7276a9aa2..f5fef269e4 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) { -- GitLab