On 05/21/2010 02:59 PM, Karen Tracey wrote:

Actually there is no default ordering, and yes, there is a reason, see:
http://code.djangoproject.com/ticket/6089, which also shows a workaround
for getting ordering back for specific form fields. Granted that is a
bit of a pain, and there is some dissatisfaction expressed at the end of
the ticket, but I don't see a specific proposal for how to address the
issue while still not introducing problem for sites with large numbers
of users, so that's the way it is now.

Another data point: Plone has a checkbox for that: "do you have many users/groups?". If True, several screens don't attempt to list all users, do sorting, etc. Instead search fields are used.

So: best of both worlds. But there's of course some extra code here and there with "if LARGE_AMOUNT_OF_USERS... else ...".


Reinout

--
Reinout van Rees - rein...@vanrees.org - http://reinout.vanrees.org
Programmer at http://www.nelen-schuurmans.nl
"Military engineers build missiles. Civil engineers build targets"

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

Reply via email to