Re: overriding change_list.html causes 'maximum recursion depth exceeded' exception

2009-05-14 Thread Margie
Thanks for confirming it Nick. I saw it also on 1.0.2. I went ahead and created a ticket, it's ticket 5. Margie On May 13, 1:32 pm, NickPresta wrote: > I can confirm this happens with 1.0.2 Final. > > On May 7, 2:44 pm, Margie wrote: > > > I am trying to override the admin sites' change_l

Re: overriding change_list.html causes 'maximum recursion depth exceeded' exception

2009-05-13 Thread NickPresta
I can confirm this happens with 1.0.2 Final. On May 7, 2:44 pm, Margie wrote: > I am trying to override the admin sites' change_list.html, following > the example at: > > http://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-ad... > > If I create templates/admin/myapp/change_list.ht