Ticket #7942: admin-ordering-7942.diff
File admin-ordering-7942.diff, 589 bytes (added by , 16 years ago) |
---|
-
docs/admin.txt
372 372 373 373 Set ``ordering`` to specify how objects on the admin change list page should be 374 374 ordered. This should be a list or tuple in the same format as a model's 375 ``ordering`` parameter. 375 ``ordering`` parameter. Django will only respect the first element of this 376 list; any others will be ignored in the ordering in the interface. 376 377 377 378 If this isn't provided, the Django admin will use the model's default ordering. 378 379