djmvc_history

class djmvc_history.views.HistoryView(**kwargs)[source]

Bases: DetailListView

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

get_queryset()[source]

Scoped queryset for list and action views.

class djmvc_history.views.LogEntryController[source]

Bases: ModelController

model

alias of LogEntry

property title

Human-readable label with the model class name removed.