On 3/7/07, Grupo Django <[EMAIL PROTECTED]> wrote: > - I have made a news app. One of the fields is author, i want to set > its default value to the username logged in the admin zone. How could > I do it? What do I have to import to use request.username? so I would > do: default= request.username, editable=False.
If you don't trust users to correctly fill in the author name, then you don't trust them enough to let them use the admin. As a general rule, hand out admin access the way you'd hand out the root password to your server -- if you feel like a user needs to have restrictions in place to prevent them doing something wrong, then it's not appropriate to give them that sort of broad access. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---