File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ by their `session_date` in ascending order.
237
237
| -------------------------------------------| ---------------------------------------------------------------------------------|
238
238
| ` order_by="session_date DESC" ` | Sort by ` session_date ` in * descending* order |
239
239
| ` order_by="KEY" ` | Sort by the primary key |
240
- | ` order_by="KEY DESC" ` | Sort by the primary key in descending order |
240
+ | ` order_by="KEY DESC" ` | Sort by the primary key in * descending* order |
241
241
| ` order_by=["subject_id", "session_date"] ` | Sort by ` subject_id ` , then sort matching ` subject_id ` s by their ` session_date ` |
242
242
243
243
The default values for ` dj.Top ` parameters are ` limit=1 ` , ` order_by="KEY" ` , and ` offset=0 ` .
You can’t perform that action at this time.
0 commit comments