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
Age
Commit message (
Expand
)
Author
2009-06-07
Fixed #11274 -- Corrected doctests to not cause test failures due to missing ...
Brian Rosner
2009-06-06
Fixed #11082 -- Ensured that subqueries used in an exclude(X__in=) clause are...
Russell Keith-Magee
2009-04-22
Added a `QuerySet.ordered` property to check if a queryset is already ordered...
Jacob Kaplan-Moss
2009-04-12
Added a test from Jamie Gennis to ensure #9848 doesn't reappear.
Malcolm Tredinnick
2009-03-24
Fixed #9926 -- Fixes for some select_related() situations.
Malcolm Tredinnick
2009-03-23
Fixed a false failure in the test suite when running Oracle.
Ian Kelly
2009-03-20
Fixed #10547 -- Worked around some odd behaviour in Python 2.3 and 2.4.
Malcolm Tredinnick
2009-03-19
Fixed #5420 -- Added support for delayed loading of model fields.
Malcolm Tredinnick
2009-03-08
Fixed #10432 -- Handle all kinds of iterators in queryset filters.
Malcolm Tredinnick
2009-03-02
Fixed #10181 -- Handle an EmptyResultSet exception case properly in nested qu...
Malcolm Tredinnick
2009-03-01
Fixed insert/update handling when no database interaction is required.
Malcolm Tredinnick
2009-03-01
Fixed #10202 -- Fixed another couple of slicing edge-cases with querysets.
Malcolm Tredinnick
2009-02-28
Fixed #10028 -- Fixed a problem when ordering by related models.
Malcolm Tredinnick
2009-01-16
Fixed #9997 -- Fixed use of ValuesQuerySets as rvalues in filters.
Malcolm Tredinnick
2009-01-08
Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect SQL.
Malcolm Tredinnick
2009-01-08
Using querysets as an rvalue in filter() calls was causing an unnecessary
Malcolm Tredinnick
2009-01-05
Nested query support.
Malcolm Tredinnick
2009-01-05
Reconciling where- and having-clause behaviour.
Malcolm Tredinnick
2008-12-10
If an SQL query doesn't specify any ordering, avoid the implicit sort
Malcolm Tredinnick
2008-12-08
This fixes a group of problems in the SQL created by QuerySet.exclude() when
Malcolm Tredinnick
2008-12-07
Fixed #9188 -- Fixed a case where we were generating syntactically invalid SQ...
Malcolm Tredinnick
2008-10-24
Fixed #9411 -- Changed the test from r9081 to be more robust across different...
Malcolm Tredinnick
2008-10-10
Fixed .distinct() not working with slicing in Oracle, due to the
Ian Kelly
2008-10-08
A queryset that has had ordering removed (order_by()) can have ordering added
Malcolm Tredinnick
2008-10-08
Fixed #6748 -- When printing the repr() of querysets, don't load or display
Malcolm Tredinnick
2008-10-08
Applying a limit to a queryset that already had an upper limit of 0 wasn't
Malcolm Tredinnick
2008-09-22
Fixed a missing variable initialisation deep in the Query bowels.
Malcolm Tredinnick
2008-09-11
A bug from queryset-refactor days: although the Query class has "group_by" and
Malcolm Tredinnick
2008-09-02
Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions and
Malcolm Tredinnick
2008-09-01
Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to Ivan S...
Russell Keith-Magee
2008-08-29
Fixed a typo from the refactoring in [8455]. With bonus test, too. Thanks, vung.
Malcolm Tredinnick
2008-08-28
Fixed #8597 -- Allow the use of strings containing underscores and percentage
Malcolm Tredinnick
2008-08-26
Hid a few QuerySet regression tests from Python 2.6 due to a bug in the the
Malcolm Tredinnick
2008-08-20
Made it possible to pickle DateQuerySets.
Malcolm Tredinnick
2008-08-16
Fixed #8283 -- Fixed an edge case when adding things to the "where" tree and
Malcolm Tredinnick
2008-08-15
Fixed doctest which relied on implicit ordering and was failing on Oracle.
Matt Boersma
2008-08-11
Added a quick regression test that shows why Meta.ordering and order_by()
Malcolm Tredinnick
2008-08-09
Updated the tests.
Malcolm Tredinnick
2008-07-27
Fixed #7872 -- Fixed a missed case of promoting table joins when using
Malcolm Tredinnick
2008-07-27
Fixed #7778 -- Fixed a tricky case of foreign key clearing with inherited
Malcolm Tredinnick
2008-07-22
Changed the test from [8052] so that it is insensitive to whether a database
Malcolm Tredinnick
2008-07-22
Fixed #7813 -- Allow pickling of Query classes that use select_related().
Malcolm Tredinnick
2008-07-22
Fixed #7791 -- Fixed a really silly error I introduced in [7926]. :-(
Malcolm Tredinnick
2008-07-16
Fixed #7786 -- Removed some tests from running when using Python 2.3.
Malcolm Tredinnick
2008-07-16
Fixed #7759 -- Fixed QuerySet.count() when the results cache was only partially
Malcolm Tredinnick
2008-07-15
Fixed #7411 -- worked around some possible transaction conflicts in SQLite.
Malcolm Tredinnick
2008-07-13
Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...
Russell Keith-Magee
2008-07-11
Fixed #7698 -- Handle '0' correctly when used as the upper bound of a slice.
Malcolm Tredinnick
2008-07-11
Fixed #7448 -- Convert "in" filters to pass in the correct values for datetimes
Malcolm Tredinnick
2008-06-29
Fixed #7323 -- Fixed a count() edge-case.
Malcolm Tredinnick
[next]