Re: Order a QuerySet by Method

2010-12-18 Thread josch
Another Question: How can I filter such an object list? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@g

Re: Order a QuerySet by Method

2010-12-15 Thread josch
Thank you! On 15 Dez., 15:21, Daniel Roseman wrote: > On Wednesday, December 15, 2010 1:34:15 PM UTC, josch wrote: > > > Hallo, > > > I know, that the normal way to do that is to write the return value of > > the method to the foreign model, always when a model that affects the > > return value c

Re: Order a QuerySet by Method

2010-12-15 Thread Daniel Roseman
On Wednesday, December 15, 2010 1:34:15 PM UTC, josch wrote: > > Hallo, > > I know, that the normal way to do that is to write the return value of > the method to the foreign model, always when a model that affects the > return value changes, and than order by that value of the model. > > But I