@@ -1 +0,0 @@
-{% if widget.value %}<p class="url">{{ current_label }} <a href="{{ widget.href }}">{{ widget.value }}</a><br />{{ change_label }} {% endif %}{% include "django/forms/widgets/input.html" %}{% if widget.value %}</p>{% endif %}
-psycopg2-binary>=2.5.4
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: Django
-Version: 1.11.20
+Version: 1.11.22
Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Home-page: https://www.djangoproject.com/
Author: Django Software Foundation
@@ -27,5 +27,5 @@ Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
-Provides-Extra: bcrypt
Provides-Extra: argon2
+Provides-Extra: bcrypt
@@ -2,7 +2,7 @@ from __future__ import unicode_literals
from django.utils.version import get_version
-VERSION = (1, 11, 20, 'final', 0)
+VERSION = (1, 11, 22, 'final', 0)
__version__ = get_version(VERSION)