Re: Limiting some fields on admin based on username

2006-12-27 Thread Vasily Sulatskov
I have similar problem Perhaps this will help: http://groups.google.com/group/django-users/browse_thread/thread/31229a89b792bc1d/62fb3b009566ba76 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" grou

Re: Limiting some fields on admin based on username

2006-12-27 Thread Rodrigo Lazo
"Adrian Holovaty" <[EMAIL PROTECTED]> writes: On 12/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: The users I create under a group can enter to the admin interface and create/modify registers. What I want to do now is limit the choices shown by the favorite_animals field based on the use

Re: Limiting some fields on admin based on username

2006-12-27 Thread Adrian Holovaty
On 12/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: The users I create under a group can enter to the admin interface and create/modify registers. What I want to do now is limit the choices shown by the favorite_animals field based on the username. For example, the user peter can only choo