Re: [Django] #16947: wrong ordering of a column with list_editable

2011-10-05 Thread Django
#16947: wrong ordering of a column with list_editable
---+--
 Reporter:  anonymous  |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  contrib.admin  |  Version:  SVN
 Severity:  Normal |   Resolution:  duplicate
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by julien):

 * status:  new => closed
 * resolution:   => duplicate


Comment:

 Thanks for the report. I think this is essentially the same issue as in
 #16819, so I'm closing this one as duplicate. The point is that some
 default ordering (probably by primary key) should systematically be
 enforced in the changelist.

-- 
Ticket URL: 
Django 
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.



Re: [Django] #16947: wrong ordering of a column with list_editable

2011-09-28 Thread Django
#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
 Resolution:  |   Keywords:
   Triage Stage:  Unreviewed  |  Has patch:  0
Needs documentation:  0   |Needs tests:  0
Patch needs improvement:  0   |  Easy pickings:  0
  UI/UX:  0   |
--+---
Changes (by makovick):

 * cc: makovick (added)
 * needs_docs:   => 0
 * needs_tests:   => 0
 * needs_better_patch:   => 0


-- 
Ticket URL: 
Django 
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.



[Django] #16947: wrong ordering of a column with list_editable

2011-09-28 Thread Django
#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=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: 
Django 
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.