Changes between Version 1 and Version 2 of Ticket #17198, comment 13


Ignore:
Timestamp:
Mar 1, 2012, 1:33:58 AM (12 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17198, comment 13

    v1 v2  
    11IMO the bug originally reported by Luke is legitimate and should be fixed in the admin.
    22
    3 We can't expect users to understand what a partial ordering is, nor ask developers to add a boilerplate ordering = ['pk'] to all models or admins.
     3We can't expect users to understand what a partial ordering is, nor ask developers to add a boilerplate `ordering = ['pk']` to all models or admins.
    44
    55For these reasons I'm strongly against a wontfix.
Back to Top