Re: Restricting fields to certain users in admin

2009-05-19 Thread Matias Surdi
Matias Surdi escribió: > I need to hide a couple fields from a model depending on the logged in > user in the admin interface. > > How would you do this? > > > > > Replying to myself, here is the solution: class LimitedCustomUserAdmin(UserAdmin): inlines = [ProfileAdmin] form

Restricting fields to certain users in admin

2009-05-19 Thread Matias Surdi
I need to hide a couple fields from a model depending on the logged in user in the admin interface. How would you do this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this grou