We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46247a2 commit 99aa5e9Copy full SHA for 99aa5e9
1 file changed
ietf/group/admin.py
@@ -1,13 +1,13 @@
1
+from functools import update_wrapper
2
+
3
from django.contrib import admin
4
from django import template
-from django.utils.functional import update_wrapper
5
from django.contrib.admin.util import unquote
6
from django.core.exceptions import PermissionDenied
7
from django.core.management import load_command_class
8
from django.http import Http404
9
from django.shortcuts import render_to_response
10
from django.utils.encoding import force_unicode
11
from django.utils.html import escape
12
from django.utils.translation import ugettext as _
13
0 commit comments