Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#2058 closed enhancement (duplicate)

Add read only permissions to views and fields to admin interface

Reported by: Rudolph Froger Owned by: Adrian Holovaty
Component: contrib.admin Version: dev
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It would be nice to add read only permissions for every model. Then you could give certain users or groups the possibility to view an object in the admin interface without being able to change or delete it. One could just replace all input fields in a form by the value they have.

Another nice to have, is the possibility to make certain fields read only to users of the admin interface. E.g. a creation timestamp would be nice to see when you edit an object, but you are not allowed to edit it.

Change History (2)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #820.

comment:2 by (none), 17 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

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