Reference:
http://melbdjango.github.io/lesson-five/#/29
This page says "Delete a single model instance" below "FormView". Is that what a FormView does? Is the "delete" text a copy-and-paste from the previous slide? If so, what does a FormView do? (Django docs says "a view that displays a form").
Further: Going back to the list of generic views on page 22, after DeleteView comes RedirectView. Is that what page 29 is supposed to be? If so, should we still have FormView? How to reconcile this list with the slides that follow it?
(would submit a patch, but I don't know what the intention is)
Reference:
http://melbdjango.github.io/lesson-five/#/29
This page says "Delete a single model instance" below "FormView". Is that what a FormView does? Is the "delete" text a copy-and-paste from the previous slide? If so, what does a FormView do? (Django docs says "a view that displays a form").
Further: Going back to the list of generic views on page 22, after DeleteView comes RedirectView. Is that what page 29 is supposed to be? If so, should we still have FormView? How to reconcile this list with the slides that follow it?
(would submit a patch, but I don't know what the intention is)