Skip to content

Commit

Permalink
FIX: Remove non-existent field from QuestionAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Nov 27, 2023
1 parent 06400eb commit 0b9d0cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_twined/admin/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class QuestionAdmin(admin.ModelAdmin):
"answered",
"asked",
"calculation_status",
"created",
"id",
"log_records",
"monitor_messages",
Expand Down

0 comments on commit 0b9d0cd

Please sign in to comment.