Opened 7 years ago

Closed 7 years ago

#27773 closed Uncategorized (invalid)

Model field level permission and Field value level permission in Django and DRF

Reported by: Rommel Marquez Owned by: nobody
Component: Uncategorized Version: 1.9
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

I am doing a project which require some user to access (view) a model's field but they cannot update the field. Is there a way to do this? This will not be used in the admin site.

Also, I want to provide permissions based on a model's field value. Is there a way to do this?

Thank you!

Change History (2)

comment:1 by Rommel Marquez, 7 years ago

Version: 1.101.9

comment:2 by Tim Graham, 7 years ago

Resolution: invalid
Status: newclosed

Please see TicketClosingReasons/UseSupportChannels for places to ask usage questions.

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