Okay, I'm not sure why the OP code didn't work - it seems like going to the URL 'lists/show', with the updated list, would work. So my *guess* is that since it's a page the browser already saw and cached, that the page just isn't getting refreshed. In other words, if he hit the browser-refresh button, the page would display correctly. So the redirect is causing the browser to consider it as a new page, and thereby refreshes it.
Is this what's going on, or is there something more complex that I am missing? :) John C> --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---