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 requires >> iteration over {{ result.row }}.  This will

Re: r15580 breaks change list result template overwrites

2011-02-19 Thread Russell Keith-Magee
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 requires > iteration over {{ result.row }}.  This will breaking anyones templates > that happen to overwrite admin/chang

r15580 breaks change list result template overwrites

2011-02-19 Thread Sean Brant
Looks like r15580 modified the way change list rows are returned. The template used to just iterate over {{ result }} but now requires iteration over {{ result.row }}. This will breaking anyones templates that happen to overwrite admin/change_list_results.html. Does overwriting admin templates fal