If anyone else stumbles on this post and has a similar problem then it's worth noting that the value field was a varchar doing an numeric range evaluation on it. Even though it does in fact work some times (mysql), you're better off hooking the save() method on a model and converting the value to an actual float / integer value and storing it in a separate appropriately typed field. Then your lookups should work much better.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---