summaryrefslogtreecommitdiff
path: root/tests/regressiontests/queries/tests.py
AgeCommit message (Expand)Author
2011-03-08[1.2.X] Fixed field names that were preventing the tests from running in Orac...Ian Kelly
2011-03-03[1.2.X] Fixed #12252 -- Ensure that queryset unions are commutative. Thanks t...Russell Keith-Magee
2011-01-25[1.2.X] Fixed #11319 - Added lookup support for ForeignKey.to_field. Also rev...Carl Meyer
2011-01-18[1.2.X] Refs #14661 -- Corrected (well... hacked around) a test failure under...Russell Keith-Magee
2010-12-18[1.2.X] Fixed a couple of tests migrated to unit tests in r14279 so they actu...Ramiro Morales
2010-11-26[1.2.X] Fixed a suite of errors in the ORM -- a) fixed calling values_list()....Alex Gaynor
2010-11-16[1.2.X] Added a test for using an `__in` lookup with a ValueListQueryset from...Alex Gaynor
2010-10-19[1.2.X] Fixed errors introduced in r14280 when running Django tests under Pyt...Ramiro Morales
2010-10-19[1.2.X] Converted queries tests from doctests to unittests.Ramiro Morales
2010-10-09[1.2.X] Fixed #14011 -- Doing a subquery with __in and an EmptyQuerySet no lo...Alex Gaynor
2010-10-09[1.2.X] Fixed #14366 -- Model.objects.none().values() now correctly returns a...Alex Gaynor
2010-04-13Fixed #13227 -- Ensure that the query cache is flushed when a QuerySet is dee...Russell Keith-Magee
2010-04-04Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...Russell Keith-Magee
2009-04-22Added a `QuerySet.ordered` property to check if a queryset is already ordered...Jacob Kaplan-Moss