index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
queries
/
tests.py
Age
Commit message (
Expand
)
Author
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-13
Fixed #13227 -- Ensure that the query cache is flushed when a QuerySet is dee...
Russell Keith-Magee
2010-04-04
Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...
Russell Keith-Magee
2009-04-22
Added a `QuerySet.ordered` property to check if a queryset is already ordered...
Jacob Kaplan-Moss