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-04 Thread Alessandro Caruso
Hi Liam, first let me thank you for your time. The relationship in Videoconference is written using the explicit string form because at first I thought it could be a circular import problem, but it could be written as User without affecting the problem positively. I'll try to init the form clas

Re: Problemas con Formato numerico en django

2014-04-04 Thread Hector Armando Vela Santos
Saludos Norma. Yo hice un paquete con las funciones que uso normalmente en el día a día. Puedes encontrarla aquí: https://github.com/vellonce/python_recipes De allí la función que te puede servir, es "moneyfmt" que es una función que le pasas un valor numérico y te regresa un string con el form

Re: Problems with ManyToManyFields from Base and Derived Classes

2014-04-04 Thread Alessandro Caruso
I've moved the forms definition into a separated forms.py file (as suggested by a member of the italian group) and it seems to work. I'll do some tests in the next days then post the correct version. Il giorno venerdì 4 aprile 2014 12:36:17 UTC+2, Alessandro Caruso ha scritto: > > Hi Liam, > fi