Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TaskAdmin +readonly_fields "created_at", "updated_at"; fix setup name #118

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
flake
ikvk committed Apr 26, 2024
commit 01fb7835a8bddd72c7db3cd05734a963b75996a1
1 change: 0 additions & 1 deletion django_dramatiq/models.py
Original file line number Diff line number Diff line change
@@ -67,4 +67,3 @@ def __str__(self):
return str(self.message)
except Exception as e:
return f'Failed to display Task: {e}'