Do not load every process when browsing a Task in the Django admin
I was troubleshooting a task and found that the admin was quite slow, so I did a quick test locally and found that every process was being loaded at once when browsing a task. This now only loads the process of the current task.