|
|
|
@9221
|
[9221]
|
10/10/08 12:15:58 |
ikelly |
Fixed .distinct() not working with slicing in Oracle, due to the
row … |
|
|
|
@9206
|
[9206]
|
10/08/08 04:45:27 |
mtredinnick |
A queryset that has had ordering removed (order_by()) can have ordering … |
|
|
|
@9202
|
[9202]
|
10/08/08 03:38:33 |
mtredinnick |
Fixed #6748 -- When printing the repr() of querysets, don't load or … |
|
|
|
@9201
|
[9201]
|
10/08/08 03:37:35 |
mtredinnick |
Applying a limit to a queryset that already had an upper limit of 0 … |
|
|
|
@9081
|
[9081]
|
09/21/08 19:31:22 |
mtredinnick |
Fixed a missing variable initialisation deep in the Query bowels. |
|
|
|
@9007
|
[9007]
|
09/10/08 21:00:27 |
mtredinnick |
A bug from queryset-refactor days: although the Query class has "group_by" … |
|
|
|
@8832
|
[8832]
|
09/01/08 21:16:41 |
mtredinnick |
Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions … |
|
|
|
@8794
|
[8794]
|
09/01/08 07:07:26 |
russellm |
Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to … |
|
|
|
@8724
|
[8724]
|
08/29/08 17:29:38 |
mtredinnick |
Fixed a typo from the refactoring in [8455]. With bonus test, too. Thanks, … |
|
|
|
@8646
|
[8646]
|
08/28/08 00:42:05 |
mtredinnick |
Fixed #8597 -- Allow the use of strings containing underscores and … |
|
|
|
@8570
|
[8570]
|
08/25/08 22:22:44 |
mtredinnick |
Hid a few QuerySet? regression tests from Python 2.6 due to a bug in the … |
|
|
|
@8455
|
[8455]
|
08/20/08 17:38:15 |
mtredinnick |
Made it possible to pickle DateQuerySets?. |
|
|
|
@8413
|
[8413]
|
08/16/08 15:40:00 |
mtredinnick |
Fixed #8283 -- Fixed an edge case when adding things to the "where" tree … |
|
|
|
@8357
|
[8357]
|
08/14/08 22:36:18 |
mboersma |
Fixed doctest which relied on implicit ordering and was failing on Oracle. |
|
|
|
@8312
|
[8312]
|
08/11/08 18:40:34 |
mtredinnick |
Added a quick regression test that shows why Meta.ordering and … |
|
|
|
@8268
|
[8268]
|
08/09/08 12:19:44 |
mtredinnick |
Updated the tests. |
|
|
|
@8107
|
[8107]
|
07/27/08 13:16:17 |
mtredinnick |
Fixed #7872 -- Fixed a missed case of promoting table joins when … |
|
|
|
@8100
|
[8100]
|
07/26/08 23:18:52 |
mtredinnick |
Fixed #7778 -- Fixed a tricky case of foreign key clearing with … |
|
|
|
@8054
|
[8054]
|
07/22/08 13:56:50 |
mtredinnick |
Changed the test from [8052] so that it is insensitive to whether a … |
|
|
|
@8053
|
[8053]
|
07/22/08 03:23:20 |
mtredinnick |
Fixed #7813 -- Allow pickling of Query classes that use … |
|
|
|
@8052
|
[8052]
|
07/22/08 02:37:09 |
mtredinnick |
Fixed #7791 -- Fixed a really silly error I introduced in [7926]. :-( |
|
|
|
@7939
|
[7939]
|
07/16/08 18:55:10 |
mtredinnick |
Fixed #7786 -- Removed some tests from running when using Python 2.3.
The … |
|
|
|
@7938
|
[7938]
|
07/16/08 18:17:29 |
mtredinnick |
Fixed #7759 -- Fixed QuerySet?.count() when the results cache was only … |
|
|
|
@7926
|
[7926]
|
07/15/08 13:47:32 |
mtredinnick |
Fixed #7411 -- worked around some possible transaction conflicts in … |
|
|
|
@7914
|
[7914]
|
07/13/08 03:48:18 |
russellm |
Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 … |
|
|
|
@7885
|
[7885]
|
07/11/08 07:43:27 |
mtredinnick |
Fixed #7698 -- Handle '0' correctly when used as the upper bound of a … |
|
|
|
@7883
|
[7883]
|
07/11/08 04:00:35 |
mtredinnick |
Fixed #7448 -- Convert "in" filters to pass in the correct values for … |
|
|
|
@7787
|
[7787]
|
06/29/08 06:50:04 |
mtredinnick |
Fixed #7323 -- Fixed a count() edge-case. |
|
|
|
@7786
|
[7786]
|
06/29/08 06:15:48 |
mtredinnick |
Fixed #7371 -- Fixed an edge case when ordering on related models. |
|
|
|
@7785
|
[7785]
|
06/29/08 05:35:35 |
mtredinnick |
Fixed #7378 -- Use the "to_field" where appropriate on reverse … |
|
|
|
@7780
|
[7780]
|
06/28/08 22:07:45 |
mtredinnick |
Use create() to create objects in the query regression tests, like all the … |
|
|
|
@7779
|
[7779]
|
06/28/08 22:01:46 |
mtredinnick |
Added a test to show that #7227 was also fixed by [7778]. |
|
|
|
@7773
|
[7773]
|
06/26/08 22:27:20 |
mtredinnick |
Reorganised the internals of the Where node a bit to fix some copying … |
|
|
|
@7765
|
[7765]
|
06/26/08 06:42:12 |
mtredinnick |
EmptyQuerySet? classes can now be merged with normal querysets. |
|
|
|
@7764
|
[7764]
|
06/26/08 05:50:25 |
mtredinnick |
Fixed the way symmetrical many-to-many relations are recorded in the … |
|
|
|
@7761
|
[7761]
|
06/26/08 01:50:22 |
mtredinnick |
Fixed #7181 -- when ordering by a potentially NULL field, use a left-outer … |
|
|
|
@7760
|
[7760]
|
06/26/08 00:34:26 |
mtredinnick |
Fixed #7076 -- Include NULL values when excluding non-NULL items.
Based … |
|
|
|
@7743
|
[7743]
|
06/25/08 22:11:32 |
mtredinnick |
Fixed #7109 -- Quote certain values before passing them for substitution … |
|
|
|
@7741
|
[7741]
|
06/25/08 20:02:11 |
mtredinnick |
Fixed a problem when constructing complex select_related() calls.
Avoids … |
|
|
|
@7740
|
[7740]
|
06/25/08 20:01:21 |
mtredinnick |
Fixed a problem with values() and values_list() queries and nullable … |
|
|
|
@7739
|
[7739]
|
06/25/08 08:38:06 |
russellm |
Fixed #7155 -- Corrected DateQuerySet? to handle nullable fields. Thanks to … |
|
|
|
@7636
|
[7636]
|
06/15/08 01:24:41 |
russellm |
Fixed #7256 -- Corrected queryset code to return the correct set of … |
|
|
|
@7575
|
[7575]
|
06/06/08 06:47:47 |
russellm |
Fixed #7366 -- Modified a few expected test outputs to remove the … |
|
|
|
@7520
|
[7520]
|
05/08/08 07:51:50 |
adrian |
Added a bunch of missing svn:ignore properties for .pyc files. Thanks, … |
|
|
|
@7501
|
[7501]
|
04/28/08 12:31:08 |
ikelly |
Renamed a field in the queries test schema that was preventing the tests … |
|
|
|
@7495
|
[7495]
|
04/28/08 06:51:16 |
mtredinnick |
Added a test to demonstrate the remaining problem in #7095.
Only fails … |
|
|
|
@7493
|
[7493]
|
04/27/08 23:29:06 |
mtredinnick |
Fixed #7096 -- The simplifications in [7461] weren't complete. They … |
|
|
|
@7490
|
[7490]
|
04/27/08 21:27:19 |
mtredinnick |
Fixed #7098 -- Old-style related-model order_by() syntax was being … |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |