Remove templates used by haystack indexes.
parent
851d5df3a8
commit
77009e2f1a
|
@ -1,8 +0,0 @@
|
||||||
{{ object.title }}
|
|
||||||
{{ object.slug }}
|
|
||||||
{{ object.description }}
|
|
||||||
{{ object.created_date }}
|
|
||||||
{{ object.modified_date }}
|
|
||||||
{{ object.project }}
|
|
||||||
{{ object.owner }}
|
|
||||||
{{ object.attached_file }}
|
|
|
@ -1,21 +0,0 @@
|
||||||
{{ object.uuid }}
|
|
||||||
{{ object.user_story }}
|
|
||||||
{{ object.ref }}
|
|
||||||
{{ object.status }}
|
|
||||||
{{ object.owner }}
|
|
||||||
{{ object.milestone }}
|
|
||||||
{{ object.project }}
|
|
||||||
{{ object.type }}
|
|
||||||
{{ object.created_date }}
|
|
||||||
{{ object.modified_date }}
|
|
||||||
{{ object.finished_date }}
|
|
||||||
{{ object.last_status }}
|
|
||||||
{{ object.subject }}
|
|
||||||
{{ object.description }}
|
|
||||||
{{ object.assigned_to }}
|
|
||||||
{% for watcher in object.watchers.all %}
|
|
||||||
{{ watcher }}
|
|
||||||
{% endfor %}
|
|
||||||
{% for tag in object.tags.all %}
|
|
||||||
{{ tag }}
|
|
||||||
{% endfor %}
|
|
|
@ -1,21 +0,0 @@
|
||||||
{{ object.subject }}
|
|
||||||
{{ object.slug }}
|
|
||||||
{{ object.content }}
|
|
||||||
{{ object.attached_file }}
|
|
||||||
{{ object.project }}
|
|
||||||
{{ object.milestone }}
|
|
||||||
{{ object.assigned_to }}
|
|
||||||
{{ object.created_date }}
|
|
||||||
{{ object.modified_date }}
|
|
||||||
{{ object.owner }}
|
|
||||||
{% for watcher in object.watchers.all %}
|
|
||||||
{{ watcher }}
|
|
||||||
{% endfor %}
|
|
||||||
{% for response in object.responses.all %}
|
|
||||||
{{ response.content }}
|
|
||||||
{{ response.created_date }}
|
|
||||||
{{ response.modified_date }}
|
|
||||||
{{ response.attached_file }}
|
|
||||||
{{ response.owner }}
|
|
||||||
{% endfor %}
|
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
{{ object.uuid }}
|
|
||||||
{{ object.user_story }}
|
|
||||||
{{ object.ref }}
|
|
||||||
{{ object.status }}
|
|
||||||
{{ object.owner }}
|
|
||||||
{{ object.milestone }}
|
|
||||||
{{ object.project }}
|
|
||||||
{{ object.type }}
|
|
||||||
{{ object.created_date }}
|
|
||||||
{{ object.modified_date }}
|
|
||||||
{{ object.finished_date }}
|
|
||||||
{{ object.last_status }}
|
|
||||||
{{ object.subject }}
|
|
||||||
{{ object.description }}
|
|
||||||
{{ object.assigned_to }}
|
|
||||||
{% for watcher in object.watchers.all %}
|
|
||||||
{{ watcher }}
|
|
||||||
{% endfor %}
|
|
||||||
{% for tag in object.tags.all %}
|
|
||||||
{{ tag }}
|
|
||||||
{% endfor %}
|
|
|
@ -1,17 +0,0 @@
|
||||||
{{ object.uuid }}
|
|
||||||
{{ object.ref }}
|
|
||||||
{{ object.milestone }}
|
|
||||||
{{ object.project }}
|
|
||||||
{{ object.owner }}
|
|
||||||
{{ object.status }}
|
|
||||||
{% for tag in object.tags.all %}
|
|
||||||
{{ tag }}
|
|
||||||
{% endfor %}
|
|
||||||
{{ object.created_date }}
|
|
||||||
{{ object.modified_date }}
|
|
||||||
{{ object.subject }}
|
|
||||||
{{ object.description }}
|
|
||||||
{{ object.finish_date }}
|
|
||||||
{% for watcher in object.watchers.all %}
|
|
||||||
{{ watcher }}
|
|
||||||
{% endfor %}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{{ object.project }}
|
|
||||||
{{ object.slug }}
|
|
||||||
{{ object.content }}
|
|
||||||
{{ object.owner }}
|
|
||||||
{{ object.created_date }}
|
|
||||||
{% for watcher in object.watchers.all %}
|
|
||||||
{{ watcher }}
|
|
||||||
{% endfor %}
|
|
Loading…
Reference in New Issue