|
|
|
@9272
|
[9272]
|
10/24/08 04:36:22 |
mtredinnick |
Fixed #9307 -- Added the ability to pickle the Query class used by the … |
|
|
|
@9251
|
[9251]
|
10/24/08 01:09:47 |
mtredinnick |
Fixed #9406 -- Ensure that each database column is only represented once … |
|
|
|
@9206
|
[9206]
|
10/08/08 04:45:27 |
mtredinnick |
A queryset that has had ordering removed (order_by()) can have ordering … |
|
|
|
@9201
|
[9201]
|
10/08/08 03:37:35 |
mtredinnick |
Applying a limit to a queryset that already had an upper limit of 0 … |
|
|
|
@9150
|
[9150]
|
10/05/08 06:55:52 |
mtredinnick |
Fixed #9068 -- Fixed a couple of typos in InsertQuery?.clone(). Thanks, … |
|
|
|
@9091
|
[9091]
|
09/27/08 23:36:10 |
mtredinnick |
Fixed Queryset.dates() in the presence of extra-select columns.
Any … |
|
|
|
@9081
|
[9081]
|
09/21/08 19:31:22 |
mtredinnick |
Fixed a missing variable initialisation deep in the Query bowels. |
|
|
|
@9008
|
[9008]
|
09/10/08 21:02:06 |
mtredinnick |
Fixed a typo so that cloning UpdateQuery? objects won't fail mysteriously. |
|
|
|
@9007
|
[9007]
|
09/10/08 21:00:27 |
mtredinnick |
A bug from queryset-refactor days: although the Query class has "group_by" … |
|
|
|
@8898
|
[8898]
|
09/02/08 22:48:25 |
mtredinnick |
Fixed #8819 -- Don't include two copies of extra-select columns in the … |
|
|
|
@8853
|
[8853]
|
09/02/08 08:52:07 |
mtredinnick |
Fixed #8790 -- Multi-branch join trees that shared tables of the same name … |
|
|
|
@8832
|
[8832]
|
09/01/08 21:16:41 |
mtredinnick |
Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions … |
|
|
|
@8831
|
[8831]
|
09/01/08 19:50:19 |
mtredinnick |
A typo fix that fortunately wasn't creating invalid SQL, just slightly … |
|
|
|
@8829
|
[8829]
|
09/01/08 19:20:10 |
mtredinnick |
Get the join promotion code (a bit more) correct when constructing joins … |
|
|
|
@8827
|
[8827]
|
09/01/08 18:18:42 |
ikelly |
Replaced exact lookups of the empty string with isnull lookups in Oracle. … |
|
|
|
@8804
|
[8804]
|
09/01/08 13:45:49 |
ikelly |
Fixed extra_select with DateQuery? in Oracle |
|
|
|
@8794
|
[8794]
|
09/01/08 07:07:26 |
russellm |
Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to … |
|
|
|
@8783
|
[8783]
|
08/31/08 21:43:55 |
mtredinnick |
Fixed #7512 -- Fixed an oversight when I first fixed ordering on … |
|
|
|
@8644
|
[8644]
|
08/28/08 00:00:23 |
mtredinnick |
Improvements to [8608] to fix an infinite loop (for … |
|
|
|
@8608
|
[8608]
|
08/27/08 00:22:33 |
mtredinnick |
Fixed #5937 -- When filtering on generic relations, restrict the target … |
|
|
|
@8559
|
[8559]
|
08/25/08 17:43:25 |
mtredinnick |
Fixed #8106 -- Untangled some problems with complex select_related() … |
|
|
|
@8472
|
[8472]
|
08/22/08 17:00:28 |
mtredinnick |
Fixed #8046 -- The first filter() call on a related manager for … |
|
|
|
@8455
|
[8455]
|
08/20/08 17:38:15 |
mtredinnick |
Made it possible to pickle DateQuerySets?. |
|
|
|
@8429
|
[8429]
|
08/17/08 17:38:36 |
mtredinnick |
Fixed #8039 -- Make sure that extra(tables=...) tables are always included … |
|
|
|
@8426
|
[8426]
|
08/17/08 15:07:59 |
mtredinnick |
Changed the (internal) way extra(select=.., select_params=...) handling is … |
|
|
|
@8267
|
[8267]
|
08/09/08 12:19:23 |
mtredinnick |
Added the ability to force an SQL insert (or force an update) via a … |
|
|
|
@8223
|
[8223]
|
08/06/08 10:32:46 |
jacob |
Major refactoring of django.dispatch with an eye towards speed. The net … |
|
|
|
@8112
|
[8112]
|
07/27/08 13:38:56 |
mtredinnick |
Fixed #7886 -- Reordered some code in Query.results_iter() to ensure that … |
|
|
|
@8107
|
[8107]
|
07/27/08 13:16:17 |
mtredinnick |
Fixed #7872 -- Fixed a missed case of promoting table joins when … |
|
|
|
@8061
|
[8061]
|
07/23/08 01:12:15 |
mtredinnick |
Allow for matches against unsaved objects in querysets (which will … |
|
|
|
@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]. :-( |
|
|
|
@8047
|
[8047]
|
07/21/08 22:26:25 |
adrian |
Fixed #7848 -- Removed a bunch of code that wasn't contributing to … |
|
|
|
@8046
|
[8046]
|
07/21/08 22:24:09 |
adrian |
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the … |
|
|
|
@7926
|
[7926]
|
07/15/08 13:47:32 |
mtredinnick |
Fixed #7411 -- worked around some possible transaction conflicts in … |
|
|
|
@7901
|
[7901]
|
07/12/08 06:01:57 |
mtredinnick |
Fixed a bozo bug from [7885]. Fixed #7698. |
|
|
|
@7886
|
[7886]
|
07/11/08 07:44:04 |
mtredinnick |
Removed a FIXME that isn't really a problem any longer. |
|
|
|
@7885
|
[7885]
|
07/11/08 07:43:27 |
mtredinnick |
Fixed #7698 -- Handle '0' correctly when used as the upper bound of a … |
|
|
|
@7835
|
[7835]
|
07/04/08 01:42:58 |
mtredinnick |
Redo the changes in [7773] in a better way.
This removes some of the … |
|
|
|
@7812
|
[7812]
|
07/01/08 05:12:50 |
mtredinnick |
Modified [7760] to not include a "col is not NULL" fragment for … |
|
|
|
@7791
|
[7791]
|
06/30/08 01:24:21 |
mtredinnick |
Fixed #7314 -- Changed the way extra() bits are handled when QuerySets? are … |
|
|
|
@7788
|
[7788]
|
06/29/08 18:47:31 |
mtredinnick |
A way better fix for the count() issue in [7787].
The first attempt was … |
|
|
|
@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. |
|
|
|
@7782
|
[7782]
|
06/29/08 04:40:17 |
mtredinnick |
Factored out a semi-complex if-test that was used in two places. |
|
|
|
@7781
|
[7781]
|
06/29/08 04:39:32 |
mtredinnick |
Fixed #7246 -- Pull in the all the necessary data when using … |
|
|
|
@7778
|
[7778]
|
06/28/08 21:36:18 |
mtredinnick |
Fixed handling of multiple fields in a model pointing to the same related … |
|
|
|
@7774
|
[7774]
|
06/26/08 22:48:11 |
mtredinnick |
Removed a dead line that was left in [7773] by accident. |
|
|
|
@7773
|
[7773]
|
06/26/08 22:27:20 |
mtredinnick |
Reorganised the internals of the Where node a bit to fix some copying … |
|
|
|
@7763
|
[7763]
|
06/26/08 02:51:19 |
mtredinnick |
Fixed #7105 -- Fixed dates() queries in light of model inheritance. |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@7635
|
[7635]
|
06/14/08 23:49:29 |
gwilson |
Fixed #7387 - Fixed circular import problem when importing … |
|
|
|
@7620
|
[7620]
|
06/11/08 22:37:13 |
adrian |
Negligible comment typo fixes |
|
|
|
@7597
|
[7597]
|
06/08/08 13:13:46 |
jacob |
Fixed #7369: fixed a corner-case involving select_related() following … |
|
|
|
@7520
|
[7520]
|
05/08/08 07:51:50 |
adrian |
Added a bunch of missing svn:ignore properties for .pyc files. Thanks, … |
|
|
|
@7509
|
[7509]
|
04/29/08 15:55:10 |
ikelly |
Fixed an Oracle error on double negations in where conditions. Fixed #7111 |
|
|
|
@7502
|
[7502]
|
04/28/08 16:15:05 |
adrian |
Changed Query.get_columns() to quote the 'AS' column names in an … |
|
|
|
@7499
|
[7499]
|
04/28/08 09:14:41 |
mtredinnick |
Added the ability to pickle and unpickle QuerySets? and Query classes. |
|
|
|
@7496
|
[7496]
|
04/28/08 06:51:52 |
mtredinnick |
Made some types of nested update queries very slightly more efficient at … |
|
|
|
@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 … |
|
|
|
@7488
|
[7488]
|
04/27/08 19:58:42 |
adrian |
Migrated _setup_query() docstring to America |
|
|
|
@7486
|
[7486]
|
04/27/08 19:20:40 |
adrian |
Fixed #7097 -- dates() queries now work as expected with select_related() … |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |