Bogdanp / django_dramatiq

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

Added filter on Status field #37

Closed MightySCollins closed 5 years ago

MightySCollins commented 5 years ago

Adds a filter to the admin area which makes it a lot easier to see any delayed tasks.

In some ways I would like to be able to filter/search by actor name but because its all binary data it would be a pain to do.

MightySCollins commented 5 years ago

It looks like the tests are failing due to SQLite needing an update. I took a look and cannot see it being pinned to a version anywhere.

Bogdanp commented 5 years ago

I took a look and cannot see it being pinned to a version anywhere.

I assume Python dynamically links against the system SQLite, meaning we're running whatever version Travis has installed on these machines. I'll try to switch the CI to GitHub actions and merge your PR later this week. Thanks!

Bogdanp commented 5 years ago

I've merged your changes with rebase. I'll try to fix the CI soon and then cut a release. Thanks!