mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Remove usage of deprecated Django APIs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user