Historie pohledy
Definice pohledů.
- class historie.views.HistorieListView(**kwargs)
Třida pohledu pro zobrazení historie záznamu. Třída se dedí pro jednotlivá historie.
- table_class
alias of
HistorieTable
- get_context_data(typ=None, **kwargs)
Overridden version of .TemplateResponseMixin to inject the table into the template’s context.
- class historie.views.ProjektHistorieListView(**kwargs)
Třida pohledu pro zobrazení historie projektu.
- get_queryset()
Return the list of items for this view.
The return value must be an iterable and may be an instance of QuerySet in which case QuerySet specific behavior will be enabled.
- get_context_data(**kwargs)
Overridden version of .TemplateResponseMixin to inject the table into the template’s context.
- class historie.views.AkceHistorieListView(**kwargs)
Třida pohledu pro zobrazení historie akcií.
- get_queryset()
Return the list of items for this view.
The return value must be an iterable and may be an instance of QuerySet in which case QuerySet specific behavior will be enabled.
- get_context_data(**kwargs)
Overridden version of .TemplateResponseMixin to inject the table into the template’s context.
- class historie.views.DokumentHistorieListView(**kwargs)
Třida pohledu pro zobrazení historie dokumentů.
- get_queryset()
Return the list of items for this view.
The return value must be an iterable and may be an instance of QuerySet in which case QuerySet specific behavior will be enabled.
- get_context_data(**kwargs)
Overridden version of .TemplateResponseMixin to inject the table into the template’s context.
- class historie.views.SamostatnyNalezHistorieListView(**kwargs)
Třida pohledu pro zobrazení historie samostatných nálezů.
- get_queryset()
Return the list of items for this view.
The return value must be an iterable and may be an instance of QuerySet in which case QuerySet specific behavior will be enabled.
- get_context_data(**kwargs)
Overridden version of .TemplateResponseMixin to inject the table into the template’s context.
- class historie.views.SpolupraceHistorieListView(**kwargs)
Třida pohledu pro zobrazení historie spolupráce.
- get_queryset()
Return the list of items for this view.
The return value must be an iterable and may be an instance of QuerySet in which case QuerySet specific behavior will be enabled.
- get_context_data(**kwargs)
Overridden version of .TemplateResponseMixin to inject the table into the template’s context.
- class historie.views.SouborHistorieListView(**kwargs)
Třida pohledu pro zobrazení historie souborů.
- get_context_data(**kwargs)
Overridden version of .TemplateResponseMixin to inject the table into the template’s context.
- get_queryset()
Return the list of items for this view.
The return value must be an iterable and may be an instance of QuerySet in which case QuerySet specific behavior will be enabled.
- class historie.views.LokalitaHistorieListView(**kwargs)
Třida pohledu pro zobrazení historie lokalit.
- get_queryset()
Return the list of items for this view.
The return value must be an iterable and may be an instance of QuerySet in which case QuerySet specific behavior will be enabled.
- get_context_data(**kwargs)
Overridden version of .TemplateResponseMixin to inject the table into the template’s context.
- class historie.views.UzivatelHistorieListView(**kwargs)
Třida pohledu pro zobrazení historie uživatele.
- get_queryset()
Return the list of items for this view.
The return value must be an iterable and may be an instance of QuerySet in which case QuerySet specific behavior will be enabled.
- get_context_data(**kwargs)
Overridden version of .TemplateResponseMixin to inject the table into the template’s context.
- class historie.views.ExterniZdrojHistorieListView(**kwargs)
Třida pohledu pro zobrazení historie externích zdrojů.
- get_queryset()
Return the list of items for this view.
The return value must be an iterable and may be an instance of QuerySet in which case QuerySet specific behavior will be enabled.
- get_context_data(**kwargs)
Overridden version of .TemplateResponseMixin to inject the table into the template’s context.