Improve ordering doc example

This commit is contained in:
Semyon Pupkov 2020-11-01 09:09:08 +05:00
parent 2140be5e6a
commit cf950b8284

View File

@ -201,7 +201,7 @@ Extend the tuple of fields if you want to order by more than one field.
order_by = OrderingFilter(
fields=(
('created_at', 'created_at'),
('name', 'created_at'),
)
)