Re: Is there a orded ModelMultipleChoiceField ?

2012-02-25 Thread Carlos Leite
DId you try to ordered your queryset ? ... to discover the order the user made the choices, if I understand what you want, you have to use some way (ajax), to persist the order somewhere.. and then populate your choices filed following the order persisted. Did that helps? On Fri, Feb 24,

Is there a orded ModelMultipleChoiceField ?

2012-02-24 Thread fabby bobby
Hello everyone, I was writing a website, and meet a problem. I want users select some instances from a model , and want to print them in order. I integrate it with a jquery plugin( http://code.google.com/p/jquery-asmselect/) ,and users can select some instances and they can change the order