Ticket #1628: model-api.diff

File model-api.diff, 557 bytes (added by Paul Bissex, 18 years ago)

patch to docs/model-api.txt

  • docs/model-api.txt

     
    777777    This is a tuple or list of strings. Each string is a field name with an
    778778    optional "-" prefix, which indicates descending order. Fields without a
    779779    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.
    780782
    781783    See `Specifying ordering`_ for a full example.
Back to Top