mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-13 12:33:23 +02:00
.
This commit is contained in:
parent
c5ba3c90bc
commit
657250ffc8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ def stream_labels_as_jsonl(request, labelbase_id):
|
|||
|
||||
def get_queryset():
|
||||
qs = Label.objects.filter(labelbase__user_id=request.user.id,
|
||||
labelbase_id=labelbase_id).values_list(
|
||||
labelbase_id=labelbase_id).values(
|
||||
'id', 'type', 'ref', 'label')
|
||||
return qs.order_by("id")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue