Skip to content
Snippets Groups Projects
Commit 10ca409a authored by Erwan Rouchet's avatar Erwan Rouchet Committed by ml bonhomme
Browse files

Do not load every process when browsing a Task in the Django admin

parent ed4910e1
No related branches found
No related tags found
1 merge request!2471Do not load every process when browsing a Task in the Django admin
......@@ -74,6 +74,7 @@ class TaskAdmin(admin.ModelAdmin):
},
),
)
raw_id_fields = ("process", )
class TaskInline(admin.TabularInline):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment