django-daterangefilter icon indicating copy to clipboard operation
django-daterangefilter copied to clipboard

Removed two django 4.x warnings

Open PabloCastellano opened this issue 3 years ago • 4 comments

/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().

PabloCastellano avatar Jan 05 '22 16:01 PabloCastellano

Any chance to get this trivial PR merged?

PabloCastellano avatar Feb 23 '22 21:02 PabloCastellano

@andreynovikov Would you mind merging these changes please? It's holding up a Django 4.0 for me. Thanks!

ZephSibley avatar Jun 09 '22 13:06 ZephSibley

@andreynovikov Would you mind merging these changes please? It's holding up a Django 4.0 for me. Thanks!

any word on this?

lewis-kori avatar Jul 17 '22 20:07 lewis-kori

i submited a simple change as well........

raphael-rbbr avatar Feb 01 '24 20:02 raphael-rbbr