On Sat, 2007-12-08 at 16:56 +0800, 1234 wrote: > how to form the admin of django. Only users can administrate the > informations which published by themselves. > > How to perform this without using "newforms-admin"?
You cannot do this. The admin interface is built on the principle that everybody who has access to it can access all the information for a particular model. Regards, Malcolm -- I don't have a solution, but I admire your problem. http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

