summaryrefslogtreecommitdiff
path: root/tests/regressiontests/queries
AgeCommit message (Expand)Author
2008-10-08Fixed #6748 -- When printing the repr() of querysets, don't load or displayMalcolm Tredinnick
2008-10-08Applying a limit to a queryset that already had an upper limit of 0 wasn'tMalcolm Tredinnick
2008-09-22Fixed a missing variable initialisation deep in the Query bowels.Malcolm Tredinnick
2008-09-11A bug from queryset-refactor days: although the Query class has "group_by" andMalcolm Tredinnick
2008-09-02Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions andMalcolm Tredinnick
2008-09-01Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to Ivan S...Russell Keith-Magee
2008-08-29Fixed a typo from the refactoring in [8455]. With bonus test, too. Thanks, vung.Malcolm Tredinnick
2008-08-28Fixed #8597 -- Allow the use of strings containing underscores and percentageMalcolm Tredinnick
2008-08-26Hid a few QuerySet regression tests from Python 2.6 due to a bug in the theMalcolm Tredinnick
2008-08-20Made it possible to pickle DateQuerySets.Malcolm Tredinnick
2008-08-16Fixed #8283 -- Fixed an edge case when adding things to the "where" tree andMalcolm Tredinnick
2008-08-15Fixed doctest which relied on implicit ordering and was failing on Oracle.Matt Boersma
2008-08-11Added a quick regression test that shows why Meta.ordering and order_by()Malcolm Tredinnick
2008-08-09Updated the tests.Malcolm Tredinnick
2008-07-27Fixed #7872 -- Fixed a missed case of promoting table joins when usingMalcolm Tredinnick
2008-07-27Fixed #7778 -- Fixed a tricky case of foreign key clearing with inheritedMalcolm Tredinnick
2008-07-22Changed the test from [8052] so that it is insensitive to whether a databaseMalcolm Tredinnick
2008-07-22Fixed #7813 -- Allow pickling of Query classes that use select_related().Malcolm Tredinnick
2008-07-22Fixed #7791 -- Fixed a really silly error I introduced in [7926]. :-(Malcolm Tredinnick
2008-07-16Fixed #7786 -- Removed some tests from running when using Python 2.3.Malcolm Tredinnick
2008-07-16Fixed #7759 -- Fixed QuerySet.count() when the results cache was only partiallyMalcolm Tredinnick
2008-07-15Fixed #7411 -- worked around some possible transaction conflicts in SQLite.Malcolm Tredinnick
2008-07-13Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...Russell Keith-Magee
2008-07-11Fixed #7698 -- Handle '0' correctly when used as the upper bound of a slice.Malcolm Tredinnick
2008-07-11Fixed #7448 -- Convert "in" filters to pass in the correct values for datetimesMalcolm Tredinnick
2008-06-29Fixed #7323 -- Fixed a count() edge-case.Malcolm Tredinnick
2008-06-29Fixed #7371 -- Fixed an edge case when ordering on related models.Malcolm Tredinnick
2008-06-29Fixed #7378 -- Use the "to_field" where appropriate on reverse relations.Malcolm Tredinnick
2008-06-29Use create() to create objects in the query regression tests, like all the CoolMalcolm Tredinnick
2008-06-29Added a test to show that #7227 was also fixed by [7778].Malcolm Tredinnick
2008-06-27Reorganised the internals of the Where node a bit to fix some copying problems.Malcolm Tredinnick
2008-06-26EmptyQuerySet classes can now be merged with normal querysets.Malcolm Tredinnick
2008-06-26Fixed the way symmetrical many-to-many relations are recorded in the Options ...Malcolm Tredinnick
2008-06-26Fixed #7181 -- when ordering by a potentially NULL field, use a left-outer joinMalcolm Tredinnick
2008-06-26Fixed #7076 -- Include NULL values when excluding non-NULL items.Malcolm Tredinnick
2008-06-26Fixed #7109 -- Quote certain values before passing them for substitution inMalcolm Tredinnick
2008-06-26Fixed a problem when constructing complex select_related() calls.Malcolm Tredinnick
2008-06-26Fixed a problem with values() and values_list() queries and nullable joins.Malcolm Tredinnick
2008-06-25Fixed #7155 -- Corrected DateQuerySet to handle nullable fields. Thanks to fc...Russell Keith-Magee
2008-06-15Fixed #7256 -- Corrected queryset code to return the correct set of columns w...Russell Keith-Magee
2008-06-06Fixed #7366 -- Modified a few expected test outputs to remove the dependency ...Russell Keith-Magee
2008-04-28Renamed a field in the queries test schema that was preventing the tests from...Ian Kelly
2008-04-28Added a test to demonstrate the remaining problem in #7095.Malcolm Tredinnick
2008-04-28Fixed #7096 -- The simplifications in [7461] weren't complete. They brokeMalcolm Tredinnick
2008-04-28Fixed #7098 -- Old-style related-model order_by() syntax was being incorrectlyMalcolm Tredinnick
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick