Changes between Initial Version and Version 1 of Ticket #15319, comment 6
- Timestamp:
- Feb 17, 2011, 7:37:48 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15319, comment 6
initial v1 1 http://code.djangoproject.com/browser/django/trunk/django/db/models/base.py#L5 891 http://code.djangoproject.com/browser/django/trunk/django/db/models/base.py#L596 2 2 3 3 I think the idea is to fall back to ordering by pk so that nothing is missed if the seekable field has duplicate values.