sorry for the previous incomplete message. Here is what I want to ask, thanks in advanced.
I have a model called request, after registered in admin backend, user can add new request object in admin pages. I want to modify the request-add page to this: only some of the model fields will be shown to user, others are hidden and will be given default values before being saved to database. I've already custom the change_form template to hide the fields that I do not want to show them to users. what else should I do ? On Mon, Aug 23, 2010 at 8:31 PM, Yangmin Li <[email protected]> wrote: > Hi All , > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

