package documentation

Undocumented

Module base No module docstring; 0/1 variable, 2/2 classes documented
Module dates No module docstring; 3/3 functions, 13/13 classes documented
Module detail No module docstring; 2/3 classes documented
Module edit No module docstring; 0/1 exception, 8/8 classes documented
Module list No module docstring; 3/3 classes documented

From __init__.py:

Class ArchiveIndexView Top-level archive of date-based items.
Class CreateView View for creating a new object, with a response rendered by a template.
Class DateDetailView Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.
Class DayArchiveView List of objects published on a given day.
Class DeleteView View for deleting an object retrieved with self.get_object(), with a response rendered by a template.
Class DetailView Render a "detail" view of an object.
Class FormView A view for displaying a form and rendering a template response.
Class ListView Render some list of objects, set by `self.model` or `self.queryset`. `self.queryset` can actually be any iterable of items, not just a queryset.
Class MonthArchiveView List of objects published in a given month.
Class RedirectView Provide a redirect on any GET request.
Class TemplateView Render a template. Pass keyword arguments from the URLconf to the context.
Class TodayArchiveView List of objects published today.
Class UpdateView View for updating an object, with a response rendered by a template.
Class View Intentionally simple parent class for all views. Only implements dispatch-by-method and simple sanity checking.
Class WeekArchiveView List of objects published in a given week.
Class YearArchiveView List of objects published in a given year.
Exception GenericViewError A problem in a generic view.