Is there a way to implement this in the django admin app?
I don't want to create a custom form or view, I want to use
the default form and view that djang admin provide.

Thanks!

On Oct 8, 2:12 am, Scott <sjungwi...@gmail.com> wrote:
> I'm looking for the same kind of thing, I think you will have to
> create a custom form or view and do something like
>
> if request.user.has_perm('some_custom_perm')
>  show field
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to