I finally solved #2 with plain vanilla 0.96. Basically, it involves
overriding the fields property of the AdminOptions for the application
in question (similar to what's described here: 
http://lukeplant.me.uk/blog.php?id=1107301634)
by a function, that looks up the necessary info, and replaces the
field's _choices property with the options sorted to my liking. I can
provide the necessary code samples, if anyone is interested.

On Apr 25, 11:57 pm, dimrub <[EMAIL PROTECTED]> wrote:
> 2. Is there a way to sort the order of the choices dynamically (e.g.,
> based on the current user's history of activity)? I would like to have
> the most commonly chosen options to appear first, then I would like to
> have a separator followed by the rest of the choices.

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

Reply via email to