shinneider/django-admin-inline-paginator

Support for django 3.2.x

MarcinWronecki opened this issue · 1 comments

After update form django 3.1.x to 3.2.x this error occurred:

django.utils.deprecation.RemovedInDjango41Warning: 'django_admin_inline_paginator' defines default_app_config = 'django_admin_inline_paginator.apps.DjangoAdminInlinePaginatorConfig'. Django now detects this configuration automatically. You can remove default_app_config.

Probably this kind of fix should be good:
https://github.com/celery/django-celery-results/pull/221/files

@MarcinWronecki thanks for report, i fixed on version 0.2.1 change your requirements and test please.