Re: Unsorted user selection widget after changeset 7806 (nfa)

2008-07-04 Thread spacetaxi
On 4 Jul., 15:52, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > You've waited one day right at the beginning of a big holiday weekend in the > US; [...] Ooops, sorry. I didn't think about this. Thanks for your feedback! -Stephan --~--~-~--~~~---~--~~ You received

Re: Unsorted user selection widget after changeset 7806 (nfa)

2008-07-04 Thread Karen Tracey
On Fri, Jul 4, 2008 at 9:21 AM, spacetaxi <[EMAIL PROTECTED]> wrote: > Hm, it seems to me that nobody has a solution? Do I have to replace > the many-to-many-relation (editors) with an additional ArticleEditor- > class, containting a one-to-many relation to the User class and a one- > to-many rela

Re: Unsorted user selection widget after changeset 7806 (nfa)

2008-07-04 Thread spacetaxi
Hm, it seems to me that nobody has a solution? Do I have to replace the many-to-many-relation (editors) with an additional ArticleEditor- class, containting a one-to-many relation to the User class and a one- to-many relation to Article? Is this the only way to get a sorted User selection widget?

Unsorted user selection widget after changeset 7806 (nfa)

2008-07-03 Thread spacetaxi
Hello, currently I'm a little bit lost on this one... Maybe some kind soul can give me a hint? Look at this excerpt of a model class: - from django.db import models from django.contrib.auth.models import User class Article(models.Model): # (...snip...) editors = models.ManyToManyFiel