Re: F() expression order of operations

2009-09-16 Thread chairface
Here is the documentation on F() expressions: http://docs.djangoproject.com/en/dev/topics/db/queries/#query-expressions . Basically, they are a way for you to refer to a model's own fields in a query. As for win_percentage being a property on MyModel, rather than a field - yes, that would work w

Re: F() expression order of operations

2009-09-16 Thread chairface
> FYI: I've fixed this bug in trunk r11581; the 1.1.X branch has the > same fix as r11582. > > Yours, > Russ Magee %-) Wow, thanks for the quick resolution Russell! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "D