anyone?

On 22 Sep., 17:30, patrickk <[EMAIL PROTECTED]> wrote:
> I never thought about this before, but displaying the results of a
> many-to-many relationship on a website seems to be ordered by random.
>
> Lets´s say I´m having a movie and I´m assigning countries with m2m.
> The movie is a co-production and the countries should be "USA/GB/F".
> Within the Admin-Interface, I choose USA, GB and F from the list of
> countries. On the website, I´m getting "F/GB/USA", because the
> countries-list is ordered by the name of the countries (which is, of
> course, correct).
>
> Is it possible to display the countries in the right order without
> using and additional position-field?
>
> thanks,
> patrick


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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