Bogdanp / django_dramatiq

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

Fix to asdict used in Dramatiq Message #143

Closed jurrian closed 1 year ago

jurrian commented 1 year ago

Probably a change occurred in Message but was not updated here. Without this fix the message details field in admin stays empty.

Tested with: dramatiq: 1.14.1 django_dramatiq: 0.11.2

Bogdanp commented 1 year ago

Thanks for identifying the problem and the PR! However, I think this should be fixed in Dramatiq, so I've gone ahead and pushed a change there that I'll release in a bit.

Bogdanp commented 1 year ago

@jurrian I've published dramatiq 1.14.2 . Please let me know if you still have issues after upgrading.