On Sun, 2008-07-20 at 21:35 +0200, Bernd Donner wrote:
> 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?

Have you searched for the word "inline" in the admin documentation (or
the backwards incompatible changes entry for this change)? That should
lead you to the section about the InlineModelAdmin class.

Regards,
Malcolm



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