Re: Chaining stacked inline

2011-03-14 Thread gontran
Hi, back from my WE and still no answers. Should I presume that what I want to do is impossible? On 11 mar, 17:40, gontran wrote: > Hi, > > I'm wondering if it's possible to chain StackedInlined object in a > django admin page. > Let me explain it: > I have a class UserProfile which is linked by

Chaining stacked inline

2011-03-11 Thread gontran
Hi, I'm wondering if it's possible to chain StackedInlined object in a django admin page. Let me explain it: I have a class UserProfile which is linked by a OneToOneField to the django auth module class User. By this way (which is recommended) I store additionnal informations about my users. In th