omji / django-tabbed-admin

Easily add tabs to django admin forms
BSD 3-Clause "New" or "Revised" License
63 stars 68 forks source link

fixed 'ugettext_lazy' import error with backwards compatibility #45

Open intp1 opened 2 weeks ago

intp1 commented 2 weeks ago

fixed 'ugettext_lazy' import error with backwards compatibility: use 'ugettext_lazy' with django version < 4; use 'gettext_lazy' with django version >= 4.