Add indexed fields

This commit is contained in:
Yohann D'ANELLO 2020-10-15 16:44:10 +02:00
parent 19e25b5d1c
commit a7d455eeb1
6 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,2 @@
{{ object.team.name }}
{{ object.team.trigram }}

View File

@ -0,0 +1,2 @@
{{ object.name }}
{{ object.trigram }}

View File

@ -0,0 +1 @@
{{ object.link }}

View File

@ -0,0 +1,4 @@
{{ object.user.last_name }}
{{ object.user.first_name }}
{{ object.type }}
{{ object.role }}

View File

@ -0,0 +1,5 @@
{{ object.user }}
{{ object.type }}
{{ object.professional_activity }}
{{ object.team.name }}
{{ object.team.trigram }}

View File

@ -0,0 +1,6 @@
{{ object.user }}
{{ object.type }}
{{ object.student_class }}
{{ object.school }}
{{ object.team.name }}
{{ object.team.trigram }}