I have there models one is main and the others are actions and interruptions.

main is is my main models,actions and interruptions are sub model.
normally in admin interface data will show like this structure.
Main
Actions(1)
Actions(2)
Actions(3)
Interruptions(1)
interruptions(2)
interruptions(3)

but this is not what i want, i just want the data shows like this.

Main
Actions(1)
Interruptions(1)
Actions(2)
Interruptions(2)
.........

so like the above format, 
can anybody help me, in Django documents i do not find any information.thanks.




eilinx.liu
2011-01-22



--

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