Changes between Initial Version and Version 1 of Ticket #17198, comment 12
- Timestamp:
- Feb 29, 2012, 6:58:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17198, comment 12
initial v1 1 1 > "if you don't have a total ordering on your models then you need to understand the consequences". 2 2 3 I agree with that, but put that likeit kind of implies that the developer is choosing not to have a total ordering, which isn't quite fair when it is the Django default. It's especially unfair since before 1.4 if you specified an ordering for the admin which was a total ordering, everything but the first item was silently ignored. (I understand I'm reading something into the 'tone' of that comment which might not have been there, but you get my point).3 I agree with that, but put like that it kind of implies that the developer is choosing not to have a total ordering, which isn't quite fair when it is the Django default. It's especially unfair since before 1.4 if you specified an ordering for the admin which was a total ordering, everything but the first item was silently ignored. (I understand I'm reading something into the 'tone' of that comment which might not have been there, but you get my point). 4 4 5 5 I'm happy with this being a wontfix, but if so I think at the very least we need some doc fixes. Is there perhaps some way to do a warning as well?