Hi Jeff,

I dont knw the details of the top of my head, but you could place
inherit a changeform template dedicated for your specific app/model,
and simply edit it to have the inline formsets on the top, or use a
conditional template tag to display only one of your inline models at
the top. I think its all documented in the admin section of the
manual.

Yuka

On Sat, Apr 16, 2011 at 5:30 AM, Jeff Blaine <cjbla...@gmail.com> wrote:
> I'm using the admin functionality for most of my needs (a nice CRUD DB
> frontend, not a user-facing website).  Is there a best way to get one of my
> inline models presented at the top of the form instead of the bottom?  I
> would greatly prefer not to have to specify all of the fields (via
> ModelAdmin.fields), as we really like the automatic introspection
> functionality.
>
> --
> 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
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to