Add /people API endpoint; allow for "native sort"
This commit is contained in:
parent
d671b18215
commit
fa700d53ad
3 changed files with 61 additions and 0 deletions
tailbone/api
|
@ -46,6 +46,7 @@ class CustomerView(APIMasterView):
|
|||
'uuid': customer.uuid,
|
||||
'_str': six.text_type(customer),
|
||||
'id': customer.id,
|
||||
'number': customer.number,
|
||||
'name': customer.name,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue