Is there a way to do row level permissions in django? I thought there wasn\'t but just noticed this in the docs:
Permissions can be set not only per type
I have rolled-out a solution to this kind of problem using Django Class Based Views.
Check out my article Django Generic Class Based Views with Object-Level Permissions Checking.