this is a proposal in order to add something like "order_by" to m2m-
fields.

with using an m2m-field, there´s no possibility to enter (or output)
something with a different order than the one provided by the related
model. with using a foreign key & edit_inline, it IS possible.
so, one could say now: why not use FK then?
well, first edit_inline is always at the end of the change-form in the
admin-interface. that´s ok most of the time, but sometimes it´s just
not handy. second, and more important: the m2m-field could already be
edited inline.

i´ve already answered this question two times in the django-user
group, but I didn´t get an answer there.
see 
http://groups.google.com/group/django-users/browse_frm/thread/1b764de78c51c32a/

thanks,
patrick


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to