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

Re: r15580 breaks change list result template overwrites

2011-02-20 Thread Russell Keith-Magee
On Sun, Feb 20, 2011 at 7:43 AM, Russell Keith-Magee wrote: > On Sunday, February 20, 2011, Sean Brant wrote: >> Looks like r15580 modified the way change list rows are returned. The >> template used to just iterate over {{ result }} but now