Skip to content

Commit

Permalink
Use renamed gettextlaxy for Django 4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrospanner committed Jan 15, 2025
1 parent d294137 commit 28cda0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyaudit/crudhistory_admin_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from django.shortcuts import redirect
from django.urls import path, reverse
from django.utils.html import format_html
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _


class BaseProcessActionsAdminMixin:
Expand Down

0 comments on commit 28cda0f

Please sign in to comment.