emile 1 year ago
parent 607d086ccd
commit f8bf207c5d

@ -23,7 +23,7 @@ class ProjectAdmin(admin.ModelAdmin):
class PointAdmin(admin.ModelAdmin):
list_display = ('text', 'status', 'task', 'task__asigned_to') # Display these fields in the admin list view
list_display = ('text', 'status', 'task', 'task_asigned_to') # Display these fields in the admin list view
list_filter = ('status',)
admin.site.register(Reference)

Loading…
Cancel
Save