*: replace shortcuts.reverse with urls.reverse

This commit is contained in:
Jens Langhammer
2021-02-20 18:58:50 +01:00
parent a1a3d316e3
commit bdb86d7119
58 changed files with 114 additions and 96 deletions

View File

@ -1,5 +1,5 @@
"""PropertyMapping API Views"""
from django.shortcuts import reverse
from django.urls import reverse
from drf_yasg2.utils import swagger_auto_schema
from rest_framework.decorators import action
from rest_framework.request import Request