After not receiving an answer, I figured people were just being polite
and not telling me to RTFM, so I have just combed the whole page of
model documentation and still can't find anything, except horrible typos
that I've corrected in the (not exactly) quoted message below. Sorry
about the mistyping, but I had to send the email from a machine across
the room from the one the program was on.

Is there any way currently to do this or does edit_inline only use the
order the fields are declared in the model? If the latter, do people
think a patch to have it use the None fieldset, just as the Add and
Change pages do would be good. Or should there be another fieldset
called inline or something?

Thanks,
Todd

On Thu, 2007-01-25 at 14:38 -0500, Todd O'Bryan wrote:
> I may have missed this in the docs, but using
> 
> Admin:
>    fields = (
>         (None, {
>             'fields': ('url', 'title', 'content', 'sites')
>         })
> 
> fixes the order of the fields on the admin add page for that class, but
> not the order under edit_inline. How would I do that?
> 
> Thanks,
> Todd


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