Dear all, Here is the excerpt of my urls.py
(r'^stocks_edit/(?P<object_id>\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://localhost/stocks_edit and bombs plus it's not updated. Please let me know if I am missing out on something important here. P/S - For Create and Delete using a similar syntax it works fabulously. Thank you in advance. -- Low Kian Seong blog: http://lowkster.blogspot.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---