django/tests/regressiontests/queries
Karen Tracey 9150fb6b0c Fixed #12239: Fixed results of gte and lt queries when comparing floats to integer field values.
Thanks waverider, aroy, SmileyChris, and pmclanahan.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-20 17:56:22 +00:00
..
__init__.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
models.py Fixed #12239: Fixed results of gte and lt queries when comparing floats to integer field values. 2010-03-20 17:56:22 +00:00
tests.py Added a `QuerySet.ordered` property to check if a queryset is already ordered. Refs #10163. 2009-04-22 22:16:19 +00:00