django_dramatiq icon indicating copy to clipboard operation
django_dramatiq copied to clipboard

RemovedInDjango41Warning

Open demonno opened this issue 4 years ago • 3 comments
trafficstars

Hi

While checking package for Django 4 this warning appeared

 RemovedInDjango41Warning: 'django_dramatiq' defines default_app_config = 'django_dramatiq.apps.DjangoDramatiqConfig'. Django now detects this configuration automatically. You can remove default_app_config.
    app_config = AppConfig.create(entry)

Can be seen when using with django==3.2 and above

demonno avatar Nov 02 '21 13:11 demonno

I found that fix is in master

https://github.com/Bogdanp/django_dramatiq/blob/master/django_dramatiq/init.py#L5-L6

But it is not released

demonno avatar Nov 02 '21 13:11 demonno

@Bogdanp is there any chance you're releasing a new version for this library in the near future? Would be highly appreciated ❤️

bastianwegge avatar Jun 06 '22 18:06 bastianwegge

I'll cut a release this weekend.

Bogdanp avatar Jun 07 '22 05:06 Bogdanp

Released - v0.11.0 Thanks @Bogdanp

demonno avatar Oct 25 '22 16:10 demonno