I\'m wondering how I might accomplish a simple \'object ownership\' system with django models, such that, by default, only the owner of an object may edit it.
I am attem
A while back I wrote up the usual technique for doing this in the admin. You may want to read through that to see how the implementation works.