Django Generic Views and Forms

With the 1.3 release of Django, Generic Views have been transformed from a handful of functions to a collection of classes that can be easily sub-classed to override their functionality.  While these classes have been given their usual thorough documentation by the Django team, as I investigate them, I intend to document what I discover.

Django Generic Views

Basic Views

Django Generic Views

DetailView

Django Generic Views

ListView

Django Generic Views

FormView

Django Generic Views

CreateView

Django Generic Views

UpdateView

Django Generic Views

DeleteView

Django Generic Views

Leave a Reply

Your email address will not be published. Required fields are marked *