#16947: wrong ordering of a column with list_editable
-----------------------+-------------------------------
 Reporter:  anonymous  |          Owner:  nobody
     Type:  Bug        |         Status:  new
Milestone:             |      Component:  contrib.admin
  Version:  SVN        |       Severity:  Normal
 Keywords:             |   Triage Stage:  Unreviewed
Has patch:  0          |  Easy pickings:  0
    UI/UX:  0          |
-----------------------+-------------------------------
 When there are no ordering options specified in the request, the column
 with list_editable still behaves as if the table were sorted by the
 primary key. This causes the editable items being displayed in the wrong
 rows.

 Tested with SQLite. A simple testcase is here:

 
https://sites.google.com/site/makovick/junkyard/testcase.tar.gz?attredirects=0&d=1

 - http://localhost:8000/admin/testapp/configuration
 - login as admin/admin
 - see the Configuration table containing key/value pairs
 - key 'zzz' is paired with value '999' but after clicking on 'zzz' one can
 see there is '555' as a value

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16947>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to