I have built a similar funcionality for per-row permissions, but it is
still a bit ugly. For now it does the following:
1. A new button called "permissions", appears on every object instance
you edit.
2. When you clic that button it brings you to a list of permissions
for the entry (new model in t
Hello, In almost all my sites, I'm using a moderation zone, which it's
pretty much the same as the admin zone but I have per-row permissions.
Usually I build multiuser sites, and in my models I always add:
from django.contrib.auth.models import User
# This can be: Published, Pending, Rejected...