Re: Problems with ManyToManyFields from Base and Derived Classes

2014-04-04 Thread Liam J Thompson
Hi Alex My first thought is that this has something to do with the M2M field stated in Class Videoconference. I'm not 100% sure though, I've only recently started using this type of relationship and I find them rather confusing. I didn't understand why ''' models.ManyToManyField('auth.User'.

Re: Problems with ManyToManyFields from Base and Derived Classes

2014-04-03 Thread Liam J Thompson
Hi Alex Let me have another look through your code and I'll try to come up with something useful. Liam On 03/04/2014 18:20, Alessandro Caruso wrote: I got the traceback (thanks to a middleware which collects it and a send it back to the ajax request even if DEBUG=False) Environment: Re

Re: Problems with ManyToManyFields from Base and Derived Classes

2014-04-02 Thread Liam J Thompson
Hi Alex You might try that command, it's quick through the shell. I suppose there are many ways to do forms, but I've populated my modelforms through an __init__ to make sure its loaded fresh for every form requested, not just on the loading of the server. So object versus class if that makes