Skip to content

Commit

Permalink
Switch import from ugettext to gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Sep 28, 2022
1 parent d724fce commit d9e5f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylinks/search/views.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.core.paginator import InvalidPage, Paginator
from django.http import Http404
from django.utils.translation import ugettext as _
from django.utils.translation import gettext as _
from haystack.forms import FacetedSearchForm
from haystack.query import SearchQuerySet
from haystack.views import FacetedSearchView
Expand Down

0 comments on commit d9e5f72

Please sign in to comment.