1👍
You should use the UpdateView
for this task.
UPDATE: If you want to display instance details on one page and the edit form on another then use the DetailView
for the first step.
Source:stackexchange.com
1👍
You should use the UpdateView
for this task.
UPDATE: If you want to display instance details on one page and the edit form on another then use the DetailView
for the first step.