Skip to content

Commit 4adfe7b

Browse files
committed
fix: add is_pinned to api stats results; fix #133
1 parent 6a3da54 commit 4adfe7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

myapp/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,7 @@ def get_stats(request):
822822
'expiry_date',
823823
'description',
824824
'is_used',
825+
'is_pinned',
825826
'user__username'
826827
)
827828
)

0 commit comments

Comments
 (0)