You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to the admin page: http://localhost:3000/admin/django_celery_beat/periodictask/.
Expected Behavior:
The date_hierarchy field should work without raising exceptions.
Actual Behavior:
The error mentioned above is triggered, and the admin page fails to load. If I comment out date_hierarchy, the page works as expected.
If additional information or testing is required to identify the root cause of this issue, please let me know. I am happy to assist in debugging this further.
The text was updated successfully, but these errors were encountered:
Description:
I am encountering an error when trying to access the PeriodicTask page in the Django Celery Beat admin panel.
Error Details:
The error occurs in the following template line:
The issue is resolved when I comment out the following line in
PeriodicTaskAdmin
:Admin Access URL:
The error appears when accessing:
http://localhost:3000/admin/django_celery_beat/periodictask/
Error Message:
Additional Information:
Versions Used:
Steps to Reproduce:
PeriodicTaskAdmin
with thedate_hierarchy
attribute:http://localhost:3000/admin/django_celery_beat/periodictask/
.Expected Behavior:
The
date_hierarchy
field should work without raising exceptions.Actual Behavior:
The error mentioned above is triggered, and the admin page fails to load. If I comment out
date_hierarchy
, the page works as expected.Relevant Code:
File:
admin.py
Template Line Causing Error:
Notes:
If additional information or testing is required to identify the root cause of this issue, please let me know. I am happy to assist in debugging this further.
The text was updated successfully, but these errors were encountered: