burke-software / django-mass-edit

Make bulk changes in the Django admin interface
152 stars 67 forks source link

use ugettext_lazy instead of ugettext #25

Closed bigjust closed 10 years ago

bigjust commented 10 years ago

Fixes django 1.7, where this call to ugettext causes an error (the app registry isn't ready yet), replaces with ugettext_lazy

bufke commented 10 years ago

Thank you for your contribution