In the old version of the admin site the fields of the UserProfile could be 
displayed "inline" on the corresponding User page of the admin site. This was 
done by somthing like:

class UserProfile(models.Model):
  ...
  user = models.ForeignKey(User, unique=True, edit_inline=models.STACKED)

How can the same effect be achieved with newforms-admin?

Thanks for your help,
Bernd Donner

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to