Re: help regarding generic views

2008-11-06 Thread HÃ¥kan Waara
6 nov 2008 kl. 06.12 skrev Low Kian Seong: > > Dear all, > > Here is the excerpt of my urls.py > > (r'^stocks_edit/(?P\d+)/?$', create_update.update_object, > dict(stock_information, >post_save_redirect="/")), > I don't know about your specific problem, but I can see at least one

help regarding generic views

2008-11-05 Thread Low Kian Seong
Dear all, Here is the excerpt of my urls.py (r'^stocks_edit/(?P\d+)/?$', create_update.update_object, dict(stock_information, post_save_redirect="/")), I can edit the object fine and I expect it to be redirected to http://localhost/ but it keeps on getting redirected to http://l