Fix deprecations removed in dj4

This commit is contained in:
Ariel Rin
2021-12-24 17:42:53 +10:00
parent 05110abc59
commit 909bd0ba15
22 changed files with 24 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ from django.core.exceptions import ObjectDoesNotExist, PermissionDenied
from django.db.models import Count
from django.http import Http404
from django.shortcuts import render, redirect, get_object_or_404
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
from allianceauth.notifications import notify