Re: Django (cache?) make some mistake with formset generated class

2013-11-07 Thread Bastien Sevajol
You're right! I mistake with python object logic :/ Sorry ! Thank's ! Le jeudi 7 novembre 2013 14:45:45 UTC+1, Simone Federici a écrit : > > > On Thu, Nov 7, 2013 at 11:54 AM, Bastien Sevajol > > wrote: > >> formsets = {} > > > this class variable is in

Re: Django (cache?) make some mistake with formset generated class

2013-11-07 Thread Simone Federici
On Thu, Nov 7, 2013 at 11:54 AM, Bastien Sevajol wrote: > formsets = {} this class variable is in ModelFormsetManager class namespace so it is shared across the subclasses. You are using formsets to save before the object class, and after the instances, so when in

Django (cache?) make some mistake with formset generated class

2013-11-07 Thread Bastien Sevajol
Hello, i don't know if it's a django or python problem. But i correct a strange bug and would know why my code was bugging and if it was django, python, or me. The situation (and solution) is exposed here<http://stackoverflow.com/questions/19818685/django-cache-make-some-mistake-with-form