djcrud_history

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

Bases: DetailListView

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

related_model

alias of LogEntry

Return the queryset for the related rows (used to build the table in DetailListView).

class djcrud_history.views.LogEntryRouter[source]

Bases: ModelRouter

model

alias of LogEntry

property title

Human-readable label with the model class name removed.