django-daterangefilter
django-daterangefilter copied to clipboard
Removed two django 4.x warnings
/home/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'daterangefilter' defines default_app_config = 'daterangefilter.apps.DateRangeFilterAppConfig'. Django now detects this configuration automatically. You can remove default_app_config.
and
/home/lib/python3.8/site-packages/daterangefilter/apps.py:7: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
Any chance to get this trivial PR merged?
@andreynovikov Would you mind merging these changes please? It's holding up a Django 4.0 for me. Thanks!
@andreynovikov Would you mind merging these changes please? It's holding up a Django 4.0 for me. Thanks!
any word on this?
i submited a simple change as well........