|
@@ -55,6 +55,7 @@ class PersonViewSet(SnippetViewSet):
|
|
list_filter = {
|
|
list_filter = {
|
|
"job_title": ["icontains"],
|
|
"job_title": ["icontains"],
|
|
}
|
|
}
|
|
|
|
+ list_export = ("first_name", "last_name", "job_title")
|
|
|
|
|
|
|
|
|
|
class FooterTextViewSet(SnippetViewSet):
|
|
class FooterTextViewSet(SnippetViewSet):
|