feat: improve sorting by count
This commit is contained in:
@@ -4113,7 +4113,7 @@
|
||||
"time": 0.554,
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"url": "http://localhost:8000/api/documents/?page=1&page_size=50&ordering=-created&truncate_content=true&correspondent__id__in=12,1",
|
||||
"url": "http://localhost:8000/api/documents/?page=1&page_size=50&ordering=-created&truncate_content=true&correspondent__id__in=1,12",
|
||||
"httpVersion": "HTTP/1.1",
|
||||
"cookies": [],
|
||||
"headers": [
|
||||
@@ -4148,7 +4148,7 @@
|
||||
},
|
||||
{
|
||||
"name": "correspondent__id__in",
|
||||
"value": "12,1"
|
||||
"value": "1,12"
|
||||
}
|
||||
],
|
||||
"headersSize": -1,
|
||||
|
||||
Reference in New Issue
Block a user