2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 09:47:16 +00:00

Django 3.0 deprecations removed

This commit is contained in:
2023-02-09 20:54:55 +00:00
parent 0740f9ea5a
commit 19d9942676
3 changed files with 5 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ class SimpleTest(SimpleTestCase):
def test_import_urls(self):
from django.conf import settings
from django.conf.urls import include, url
#from django.conf.urls import include, url
from django.contrib import admin, auth
from django.urls import resolve, reverse
from django.views.generic.base import RedirectView