Changes between Initial Version and Version 1 of Ticket #22696, comment 1
- Timestamp:
- May 27, 2014, 3:57:38 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22696, comment 1
initial v1 8 8 9 9 This is roughly equivalent to using `distinct on (first_name)` with an `order by last_name`. 10 11 If you still think this is a good idea, you could get more attention and discussion by using Django developers mailing list (http://groups.google.com/group/django-developers/). 12 13 Thanks.