Re: presenting a manytomany relationship in a tabular way

2012-08-03 Thread goabbear
Hi, thanks for the links, I have look at these docs but I can't figure out how to mix actions with a spreadsheet like presentation :-/ Is it possible to create admin forms like we can standards forms? Another way I could try is to use filter_horizontal (I like this presentation), but for a m2m re

Re: presenting a manytomany relationship in a tabular way

2012-07-31 Thread Melvyn Sopacua
On 31-7-2012 11:33, goabbear wrote: > There's 3 tables, user(name, mail), mailinglist(name) and an intermediate > table subscription where are stored all the users joining some > mailinglists. > How can I present the "subscription" table to the admins like a > spreadsheet, where the first colu

presenting a manytomany relationship in a tabular way

2012-07-31 Thread goabbear
Hi all, I start with django but after some searches I can't do what I want in the admin section of my app. There's 3 tables, user(name, mail), mailinglist(name) and an intermediate table subscription where are stored all the users joining some mailinglists. How can I present the "subscription"