Re: Custom Model Form

2009-11-06 Thread DavodM
Anyone? --~--~-~--~~~---~--~~ 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...@

filter_horizontal

2009-11-04 Thread DavodM
Hello, I have a many to many relationship between 'Projects' and 'Tags' in my app. In the admin screen I would like to be able to use the filter_horizontal interface for adding/editing from both sides of the relationship but I can only seem to get it for one or the other. I have tried the solut

Generic View update_object with foreign key.

2009-10-15 Thread DavodM
Hello all, Im just getting started with Django so apologies if this is a silly question. I have worked through the 4 tutorials and built the Poll application. I am now trying to add a page to edit polls using a generic view. My aim is to be able to edit polls in the same way as in the admin view