Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2696 closed defect (wontfix)

[per-object-permissions] altering per-object permissions always raises Permission Denied

Reported by: Joeboy Owned by: Chris Long
Component: contrib.admin Version: dev
Severity: normal Keywords: row level per object permissions permission denied
Cc: django25@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It might be that I'm misunderstanding, but as far as I can see changing per-object-permissions from row_level_permissions.py always seems to lead to Permission Denied, even when editing as superuser.

Change History (3)

comment:1 by Chris Long, 18 years ago

Can you give some more information (example models, database, steps taken) about this, I haven't been able to reproduce it on my system.

comment:2 by Chris Long, 18 years ago

Status: newassigned

comment:3 by Chris Long, 18 years ago

Resolution: wontfix
Status: assignedclosed

More info required.

Note: See TracTickets for help on using tickets.
Back to Top