Re: Potential bug with deletion of abstract models with related attributes

2008-06-02 Thread [EMAIL PROTECTED]
Hi Julien, On Jun 3, 8:18 am, Julien <[EMAIL PROTECTED]> wrote: > Hi Karen, > > I confirm that I get the error both in the admin and in front-end > views. > > Here the example there is a combination of things that makes the > situation a bit complex. Indeed, the 2 abstract models (FileGalleried

Re: Potential bug with deletion of abstract models with related attributes

2008-06-02 Thread Julien
Hi Karen, I confirm that I get the error both in the admin and in front-end views. Here the example there is a combination of things that makes the situation a bit complex. Indeed, the 2 abstract models (FileGalleried and Avatared) both have a reference to a same model (FileGallery). Because the

Re: Potential bug with deletion of abstract models with related attributes

2008-06-02 Thread Karen Tracey
On Mon, Jun 2, 2008 at 4:56 AM, Julien <[EMAIL PROTECTED]> wrote: > > Hi, > > I've identified something that appears to me as a bug. I found a quick > fix, but I'd like to hear from some advised people to know what's the > best way to go, or if I'm simply missing the point. > > You can copy/paste

Potential bug with deletion of abstract models with related attributes

2008-06-02 Thread Julien
Hi, I've identified something that appears to me as a bug. I found a quick fix, but I'd like to hear from some advised people to know what's the best way to go, or if I'm simply missing the point. You can copy/paste the code from: http://dpaste.com/hold/54289/ Simply put, there are 2 models (Us