You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: