Skip to content

Commit 85740b1

Browse files
committed
Django 4.0 support.
1 parent d688f05 commit 85740b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debug_toolbar_line_profiler/panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from six import PY2
99

1010
from django.urls import resolve
11-
from django.utils.translation import ugettext_lazy as _
11+
from django.utils.translation import gettext_lazy as _
1212
from django.utils.safestring import mark_safe
1313
try:
1414
from django.utils.six.moves import cStringIO

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-debug-toolbar-line-profiling',
5-
version='0.7.2',
5+
version='0.7.3',
66
description='A panel for django-debug-toolbar that integrates ' +
77
'information from line_profiler',
88
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)