Re: Admin interface : 'HttpResponseRedirect' object has no attribute 'rindex'

2009-08-15 Thread 3hux
I came across this error today, and couldn't find any answers about this anywhere on the web. I'm hoping other people will come across this here, and figure out what it took me some time to realize: There is a problem in your urls.py file. Atleast there was definitely a problem with my urls in m

Admin interface : 'HttpResponseRedirect' object has no attribute 'rindex'

2009-07-27 Thread swan...@gmail.com
Hy, i met a recursive error in admin feature. - I noticed that somes models admin's views are not affected by the error. - produce only in add/ and per-entry view (update page of entry) - list views shows me all my entry with no problem for all models declared I reproduce this error with multi