Django 4
[fnpdjango.git] / fnpdjango / actions.py
index 0855f72..a6da12b 100644 (file)
@@ -1,7 +1,7 @@
 # Source: https://gist.github.com/jeremyjbowers/e8d007446155c12033e6
 import csv
 from django.http import HttpResponse
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
 
 
 def export_as_csv_action(description=_("Export selected objects as CSV file"), fields=None, exclude=None, header=True):