Ticket #1628: model-api.diff
File model-api.diff, 557 bytes (added by , 19 years ago) |
---|
-
docs/model-api.txt
777 777 This is a tuple or list of strings. Each string is a field name with an 778 778 optional "-" prefix, which indicates descending order. Fields without a 779 779 leading "-" will be ordered ascending. Use the string "?" to order randomly. 780 781 Note that the admin only uses the first item in this sequence. 780 782 781 783 See `Specifying ordering`_ for a full example.