Remove usage of deprecated Django APIs

This commit is contained in:
Raphael Michel
2022-12-17 16:25:15 +01:00
parent b288ea1e96
commit 60554dad9a
19 changed files with 68 additions and 42 deletions

View File

@@ -23,8 +23,6 @@ import datetime
import time
from decimal import Decimal
from unittest import mock
# deprecated: from django.utils.http import urlquote
# use urlib instead
from urllib.parse import quote as urlquote
import pytest