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-03-14
Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...
Adrian Holovaty
2011-03-08
Fixed field names that were preventing the tests from running in Oracle.
Ian Kelly
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-03-03
Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benrey...
Russell Keith-Magee
2011-01-25
Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...
Carl Meyer
2011-01-18
Refs #14661 -- Corrected (well... hacked around) a test failure under MySQL/M...
Russell Keith-Magee
2010-12-18
Fixed a couple of tests migrated to unit tests in r14279 so they actually and...
Ramiro Morales
2010-11-26
Fixed a suite of errors in the ORM -- a) fixed calling values_list().values_l...
Alex Gaynor
2010-11-16
Added a test for using an `__in` lookup with a ValueListQueryset from a none(...
Alex Gaynor
2010-10-19
Fixed errors introduced in r14279 when running Django tests under Python < 2.6.
Ramiro Morales
2010-10-19
Converted queries tests from doctests to unittests.
Ramiro Morales
2010-10-13
Fixed #12192 -- Don't execute any DB query when the QS slicing being performed
Ramiro Morales
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-09
Fixed #14011 -- Doing a subquery with __in and an EmptyQuerySet no longer rai...
Alex Gaynor
2010-10-09
Fixed #14366 -- Model.objects.none().values() now correctly returns a QuerySe...
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