All Questions
1 question
6
votes
1
answer
4k
views
Class based view extending UpdateView not saving form correctly
Im trying to save a form using UpdateView in Django 1.3 and seemed to have run into a problem. When I am saving the form, it POST's to the current URL and the success url is the same url.
When saving ...