I have a ManyToMany relationship setup with intermediary objects in Django. Any ideas how I can order the < select >s in the Inlines that show up for the intermediary objects?
|
feedback
|
|
You can use
| |||
feedback
|
|
I think this could be what you're looking for: Orderable inlines using drag and drop with jQuery UI http://djangosnippets.org/snippets/1053/ | |||
|
feedback
|
|
Have you tried specifying a model for the many-to-many relationship using the
| |||
|
feedback
|