From 8c7be19f7d9441d6065683c986ab3c37062bd1b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 26 Mar 2021 11:11:06 +0100 Subject: [PATCH] import reverse from new location (compat with django 2.2) --- chloro/monkeypatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chloro/monkeypatch.py b/chloro/monkeypatch.py index 436b0cd..62ce971 100644 --- a/chloro/monkeypatch.py +++ b/chloro/monkeypatch.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from django.core.urlresolvers import reverse +from django.urls import reverse from django.forms.utils import flatatt from django.template.loader import render_to_string from django.utils.encoding import force_text -- 2.39.2