Skip to content

Commit 83853df

Browse files
author
Lukas Vinclav
authored
Merge pull request #21 from cunla/master
Django4 support
2 parents 9bd51fd + b5931e2 commit 83853df

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)