Tag Archive


django views

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. […]