https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.save_model
On Thu, Dec 6, 2012 at 8:18 AM, Javier Guerra Giraldez <[email protected]>wrote: > On Thu, Dec 6, 2012 at 8:44 AM, Mārtiņš Jakubovičs > <[email protected]> wrote: > > I have app "items" and in admin page I create two users with permisions > to > > create, edit and delete "items". But I want that only user who create > item > > can edit and delete id. How can I do that? > > search for "record-level permissions" > > -- > Javier > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

