{{ method }} {{ path }}
View class | Base classes | HTTP method | Arguments | Keyword arguments | Path | URL name |
---|---|---|---|---|---|---|
{{ view_path }} |
{% if base_classes %}
{% for cls_dict in base_classes %}
{% if cls_dict.ccbv_link %}
{{ cls_dict.name }}
{% else %}
{{ cls_dict.name }}
{% endif %}
{% endfor %}
{% endif %}
|
{{ method|pprint }} |
{{ args|pprint }} |
{{ kwargs|pprint }} |
{{ path|pprint }} |
{{ url_name }} |
CBV method | Arguments | Keyword arguments | Return value | Super calls | File path |
---|---|---|---|---|---|
{% if val.is_parent %}
{% endif %}
{% if val.ccbv_link %}
{{ val.name }}{{ val.signature }}
{% else %}
{{ val.name }}{{ val.signature }}
{% endif %}
|
{{ val.args }}
|
{{ val.kwargs }}
|
{{ val.return_value }}
|
{% if val.super_calls %}
{% if val.super_calls|length > 1 %}
|
{{ val.path }}
|
Order | Class |
---|---|
{{ forloop.counter0 }} | {% if cls_dict.ccbv_link %} {{ cls_dict.name }} {% else %} {{ cls_dict.name }} {% endif %} |