mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-24 18:58:12 +08:00
rename config var to max_retries, remove attempt_count form admin , add admin ui customization to docs
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ retry_failed.short_description = _("Resubmit selected tasks to queue")
|
||||
class FailAdmin(admin.ModelAdmin):
|
||||
"""model admin for failed tasks."""
|
||||
|
||||
list_display = ("name", "func", "started", "stopped", "short_result", "attempt_count")
|
||||
list_display = ("name", "func", "started", "stopped", "short_result")
|
||||
|
||||
def has_add_permission(self, request):
|
||||
"""Don't allow adds."""
|
||||
|
||||
Reference in New Issue
Block a user