We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6626a8 commit 96245f0Copy full SHA for 96245f0
1 file changed
docs/src/query/operators.md
@@ -237,7 +237,7 @@ by their `session_date` in ascending order.
237
|-------------------------------------------|---------------------------------------------------------------------------------|
238
| `order_by="session_date DESC"` | Sort by `session_date` in *descending* order |
239
| `order_by="KEY"` | Sort by the primary key |
240
-| `order_by="KEY DESC"` | Sort by the primary key in descending order |
+| `order_by="KEY DESC"` | Sort by the primary key in *descending* order |
241
| `order_by=["subject_id", "session_date"]` | Sort by `subject_id`, then sort matching `subject_id`s by their `session_date` |
242
243
The default values for `dj.Top` parameters are `limit=1`, `order_by="KEY"`, and `offset=0`.
0 commit comments