django_dramatiq
django_dramatiq copied to clipboard
RemovedInDjango41Warning
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
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
@Bogdanp is there any chance you're releasing a new version for this library in the near future? Would be highly appreciated ❤️
I'll cut a release this weekend.
Released - v0.11.0 Thanks @Bogdanp