Remove templates used by haystack indexes.

remotes/origin/enhancement/email-actions
Andrey Antukh 2013-10-15 23:09:25 +02:00
parent 851d5df3a8
commit 77009e2f1a
6 changed files with 0 additions and 96 deletions

View File

@ -1,8 +0,0 @@
{{ object.title }}
{{ object.slug }}
{{ object.description }}
{{ object.created_date }}
{{ object.modified_date }}
{{ object.project }}
{{ object.owner }}
{{ object.attached_file }}

View 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 %}

View File

@ -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 %}

View 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 %}

View File

@ -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 %}

View File

@ -1,8 +0,0 @@
{{ object.project }}
{{ object.slug }}
{{ object.content }}
{{ object.owner }}
{{ object.created_date }}
{% for watcher in object.watchers.all %}
{{ watcher }}
{% endfor %}