celery / django-celery-results

Celery result back end with django
Other
684 stars 203 forks source link

Periodic Task Name missing from admin detail (only shows in list view) #342

Closed peterfarrell closed 1 year ago

peterfarrell commented 2 years ago

The new periodic_task_name added in #261 was added to only the list display and list filter in the Django admin list view. The periodic task name is missing from the fieldsets configuration.

peterfarrell commented 2 years ago

See PR #343 to fix the parity issue between the list and detail views.

peterfarrell commented 1 year ago

PR was merged so this issues should have been closed.

auvipy commented 1 year ago

thank you