modlinltd / django-advanced-filters

Add advanced filtering abilities to Django admin
https://pypi.org/project/django-advanced-filters/
MIT License
771 stars 173 forks source link

fix: move from ugettext to gettext #134

Closed marisn closed 3 years ago

marisn commented 3 years ago

ugettext() is an alias of gettext() since Django 2.0 In Django > 3.0 it generates RemovedInDjango40Warning

lgtm-com[bot] commented 3 years ago

This pull request fixes 1 alert when merging 80eebcd8d22a59eb0baace0899325447967ecb03 into 714a451818cc769efd98cba369284d6081cb485f - view on LGTM.com

fixed alerts:

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.06%) to 95.985% when pulling 80eebcd8d22a59eb0baace0899325447967ecb03 on marisn:ugettext_to_gettext into 714a451818cc769efd98cba369284d6081cb485f on modlinltd:develop.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.5%) to 95.411% when pulling 80eebcd8d22a59eb0baace0899325447967ecb03 on marisn:ugettext_to_gettext into 714a451818cc769efd98cba369284d6081cb485f on modlinltd:develop.