Re: Delete cascade up for Inherited models

2011-02-23 Thread Rahul
Thanks carl for updating me about this fix. I was using 1.3-beta-1 version of django. When i run it with latest trunk version it works fine. Thanks, Rahul Priyadarshi On Feb 24, 9:16 am, Carl Meyer wrote: > Hi Rahul, > > On Feb 21, 12:56 am, Rahul

Re: Delete cascade up for Inherited models

2011-02-23 Thread Carl Meyer
Hi Rahul, On Feb 21, 12:56 am, Rahul wrote: > When i ran the test cases ( "modeltests/delete/ > test_inheritance_cascade_up" ) which were doing cascade up for > inherited models, it failed for DB2 cause of the fact that DB2 doesn't > support initial deferred

Re: Delete cascade up for Inherited models

2011-02-22 Thread Russell Keith-Magee
On Wed, Feb 23, 2011 at 2:39 PM, Alex Gaynor wrote: > > > On Wed, Feb 23, 2011 at 1:37 AM, Russell Keith-Magee > wrote: >> >> On Mon, Feb 21, 2011 at 1:56 PM, Rahul >> wrote: >> > When i ran the test cases (

Re: Delete cascade up for Inherited models

2011-02-22 Thread Alex Gaynor
On Wed, Feb 23, 2011 at 1:37 AM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > On Mon, Feb 21, 2011 at 1:56 PM, Rahul > wrote: > > When i ran the test cases ( "modeltests/delete/ > > test_inheritance_cascade_up" ) which were doing cascade up for > >

Re: Delete cascade up for Inherited models

2011-02-22 Thread Russell Keith-Magee
On Mon, Feb 21, 2011 at 1:56 PM, Rahul wrote: > When i ran the test cases ( "modeltests/delete/ > test_inheritance_cascade_up" ) which were doing cascade up for > inherited models, it failed for DB2 cause of the fact that DB2 doesn't > support initial deferred

Delete cascade up for Inherited models

2011-02-20 Thread Rahul
When i ran the test cases ( "modeltests/delete/ test_inheritance_cascade_up" ) which were doing cascade up for inherited models, it failed for DB2 cause of the fact that DB2 doesn't support initial deferred constraint checks like behavior, hence it is must to execute delete statement from child to