Bogdanp / django_dramatiq

A Django app that integrates with Dramatiq.
https://dramatiq.io
Other
331 stars 77 forks source link

RemovedInDjango41Warning #113

Closed demonno closed 1 year ago

demonno commented 2 years ago

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 commented 2 years ago

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

bastianwegge commented 2 years ago

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

Bogdanp commented 2 years ago

I'll cut a release this weekend.

demonno commented 1 year ago

Released - v0.11.0 Thanks @Bogdanp