Skip to content

Commit b5931e2

Browse files
committed
Django4 support
1 parent 9bd51fd commit b5931e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_numeric_filter/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django import forms
22
from django.forms import Media
3-
from django.utils.translation import ugettext_lazy as _
3+
from django.utils.translation import gettext_lazy as _
44

55

66
NUMERIC_FILTER_CSS = 'css/admin-numeric-filter.css'

0 commit comments

Comments
 (0)