|
|
|
@7468
|
[7468]
|
04/26/08 04:06:56 |
mtredinnick |
queryset-refactor: Repaired the dates() method with … |
|
|
|
@7462
|
[7462]
|
04/25/08 12:08:28 |
mtredinnick |
queryset-refactor: Fixed some bugs in the multi-valued filtering … |
|
|
|
@7455
|
[7455]
|
04/24/08 11:07:07 |
mtredinnick |
queryset-refactor: Changed the way order_by() and distinct() … |
|
|
|
@7451
|
[7451]
|
04/24/08 06:11:30 |
mtredinnick |
queryset-refactor: Renamed the Queryset method valueslist() to … |
|
|
|
@7447
|
[7447]
|
04/23/08 05:43:42 |
mtredinnick |
queryset-refactor: Fixed a crash when using extra(tables=...). Fixed … |
|
|
|
@7446
|
[7446]
|
04/23/08 04:53:22 |
mtredinnick |
queryset-refactor: Fixed the interaction between extra(select=...) … |
|
|
|
@7440
|
[7440]
|
04/22/08 13:10:12 |
mtredinnick |
queryset-refactor: Made on of the tests use more portable SQL to help … |
|
|
|
@7429
|
[7429]
|
04/15/08 23:32:56 |
mtredinnick |
queryset-refactor: Detect infinite ordering loops when relations refer to … |
|
|
|
@7418
|
[7418]
|
04/12/08 23:42:08 |
mtredinnick |
queryset-refactor: When using select_related() with an explicit foreign … |
|
|
|
@7417
|
[7417]
|
04/12/08 22:22:38 |
mtredinnick |
Fixed #6899 -- Fixed a problem with boolean evaluation of empty … |
|
|
|
@7396
|
[7396]
|
03/31/08 19:28:15 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7388]. |
|
|
|
@7343
|
[7343]
|
03/21/08 06:42:00 |
mtredinnick |
queryset-refactor: Added support for cross-relation values() queries … |
|
|
|
@7341
|
[7341]
|
03/20/08 14:56:44 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7338]. |
|
|
|
@7340
|
[7340]
|
03/20/08 14:16:04 |
mtredinnick |
queryset-refactor: Fixed up extra(select=...) calls with parameters so … |
|
|
|
@7317
|
[7317]
|
03/19/08 06:02:22 |
mtredinnick |
queryset-refactor: Implemented a way to differentiate between filtering on … |
|
|
|
@7286
|
[7286]
|
03/18/08 05:33:37 |
mtredinnick |
queryset-refactored: Added a test to show that ordering on multi-valued … |
|
|
|
@7285
|
[7285]
|
03/18/08 05:21:50 |
mtredinnick |
queryset-refactor: Undo [7220] and allow ordering on multi-valued … |
|
|
|
@7281
|
[7281]
|
03/18/08 00:45:37 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7280] |
|
|
|
@7253
|
[7253]
|
03/16/08 11:18:39 |
mtredinnick |
queryset-refactor: More whack-a-mole optimisation work. Still got a couple … |
|
|
|
@7247
|
[7247]
|
03/15/08 04:13:22 |
mtredinnick |
queryset-refactor: Optimised some internal data structures in … |
|
|
|
@7244
|
[7244]
|
03/14/08 20:59:06 |
mtredinnick |
queryset-refactor: Fixed the "in" lookup type when using … |
|
|
|
@7241
|
[7241]
|
03/14/08 06:46:26 |
mtredinnick |
queryset-refactor: Second part of select_related() fix.
Relations on the … |
|
|
|
@7232
|
[7232]
|
03/12/08 19:36:57 |
mtredinnick |
queryset-refactor: Made none() a method on Querysets, as the … |
|
|
|
@7230
|
[7230]
|
03/12/08 07:41:58 |
mtredinnick |
queryset-refactor: Refactored the way values() works so that it works … |
|
|
|
@7224
|
[7224]
|
03/11/08 03:23:51 |
mtredinnick |
queryset-refactor: Infinite loop detection in model ordering was being a … |
|
|
|
@7221
|
[7221]
|
03/11/08 00:36:10 |
mtredinnick |
queryset-refactor: Reorganised Model.save() to differentiate between … |
|
|
|
@7220
|
[7220]
|
03/11/08 00:21:50 |
mtredinnick |
queyrset-refactor: Added error reporting if somebody tries to order by a … |
|
|
|
@7219
|
[7219]
|
03/10/08 22:15:07 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7216]. |
|
|
|
@7218
|
[7218]
|
03/10/08 21:48:39 |
mtredinnick |
queryset-refactor: Fixed an oversight in Model.save() that was preventing … |
|
|
|
@7217
|
[7217]
|
03/10/08 20:15:15 |
mtredinnick |
queryset-refactor: Reworked exclude() handling to fix a few merging … |
|
|
|
@7179
|
[7179]
|
02/29/08 09:53:25 |
mtredinnick |
queryset-refactor: Made update() work with inherited models. |
|
|
|
@7174
|
[7174]
|
02/28/08 11:53:00 |
mtredinnick |
queryset-refactor: Fixed a problem in the test-suite that was … |
|
|
|
@7173
|
[7173]
|
02/28/08 09:48:19 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7168]. |
|
|
|
@7170
|
[7170]
|
02/28/08 06:57:10 |
mtredinnick |
queryset-refactor: Fixed exclude() filtering for the various N-to-many … |
|
|
|
@7163
|
[7163]
|
02/26/08 18:44:44 |
mtredinnick |
queryset-refactor: Fixed #6664. Calling list() no longer swallows field … |
|
|
|
@7154
|
[7154]
|
02/25/08 00:17:16 |
mtredinnick |
queryset-refactor: Added a test to show that #6180 is fixed. Refs #6180. |
|
|
|
@7152
|
[7152]
|
02/23/08 03:26:11 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7151]. |
|
|
|
@7149
|
[7149]
|
02/22/08 21:36:38 |
mtredinnick |
queryset-refactor: Added valuelist() method to querysets. Refs #2482. |
|
|
|
@7148
|
[7148]
|
02/22/08 19:35:34 |
mtredinnick |
queryset-refactor: Implemented the reverse() method on querysets.
Refs … |
|
|
|
@7147
|
[7147]
|
02/22/08 19:34:49 |
mtredinnick |
queryset-refactor: Implemented slicing to end of querysets.
Refs #2150, … |
|
|
|
@7146
|
[7146]
|
02/22/08 18:23:57 |
mtredinnick |
queryset-refactor: Fixed the case of calling update() on a model manager. |
|
|
|
@7143
|
[7143]
|
02/21/08 22:58:53 |
mtredinnick |
queryset-refactor: Whilst writing a test to bullet-proof [7141], a bug … |
|
|
|
@7142
|
[7142]
|
02/21/08 22:58:28 |
mtredinnick |
queryset-refactor: Added the ability to manually specify a child-parent … |
|
|
|
@7141
|
[7141]
|
02/21/08 19:05:05 |
mtredinnick |
queryset-refactor: Fixed up and documented Meta-class inheritance.
Should … |
|
|
|
@7136
|
[7136]
|
02/19/08 19:59:59 |
mtredinnick |
queryset-refactor: Merged from turnk up to [7135] because I need some … |
|
|
|
@7126
|
[7126]
|
02/17/08 12:47:57 |
mtredinnick |
queryset-refactor: Model inheritance support.
This adds both types of … |
|
|
|
@7124
|
[7124]
|
02/16/08 00:57:52 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7122]. |
|
|
|
@7099
|
[7099]
|
02/08/08 06:23:34 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7098] (because I need the … |
|
|
|
@7096
|
[7096]
|
02/08/08 03:49:17 |
mtredinnick |
queryset-refactor: Fixed up OneToOneFields? (mostly).
They now share as … |
|
|
|
@7086
|
[7086]
|
02/03/08 23:45:17 |
mtredinnick |
queryset-refactor: Merged changes from trunk up to [7085]. |
|
|
|
@7048
|
[7048]
|
01/29/08 09:44:21 |
mtredinnick |
queryset-refactor: Ported almost all of the raw SQL statements in the … |
|
|
|
@7046
|
[7046]
|
01/28/08 10:08:34 |
mtredinnick |
queryset-refactor: Added some error checking for a potential crasher if … |
|
|
|
@7043
|
[7043]
|
01/28/08 08:27:53 |
mtredinnick |
queryset-refactor: Added an update method to QuerySets?, since it's needed … |
|
|
|
@7030
|
[7030]
|
01/26/08 07:23:54 |
mtredinnick |
queryset-refactor: Converted the queryset iterator to be a real iterator … |
|
|
|
@7029
|
[7029]
|
01/26/08 07:23:25 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7025]. |
|
|
|
@7004
|
[7004]
|
01/09/08 00:08:40 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7002]. |
|
|
|
@6968
|
[6968]
|
12/22/07 05:16:21 |
mtredinnick |
queryset-refactor: Added a couple of tests to demonstrate table handling … |
|
|
|
@6967
|
[6967]
|
12/22/07 05:16:04 |
mtredinnick |
queryset-refactor: Work around the fact that "where id is NULL" can return … |
|
|
|
@6962
|
[6962]
|
12/19/07 07:43:16 |
mtredinnick |
queryset-refactor: Tweaked one test slightly to work around a PostgreSQL … |
|
|
|
@6961
|
[6961]
|
12/19/07 07:06:45 |
mtredinnick |
queryset-refactor: Reverted [6762] because it generates invalid SQL. It … |
|
|
|
@6959
|
[6959]
|
12/19/07 06:23:59 |
mtredinnick |
queryset-refactor: Made qs.dates(...).count() work.
This involved a … |
|
|
|
@6958
|
[6958]
|
12/19/07 04:58:26 |
mtredinnick |
queryset-refactor: Fixed the way join promotions are done when joining … |
|
|
|
@6957
|
[6957]
|
12/19/07 04:57:54 |
mtredinnick |
queryset-refactor: Fixed a problem when adding certain additional filters … |
|
|
|
@6954
|
[6954]
|
12/18/07 23:08:37 |
mtredinnick |
queryset-refactor: Merged from trunk up to [6953]. |
|
|
|
@6901
|
[6901]
|
12/09/07 02:01:26 |
mtredinnick |
queryset-refactor: Added a test to show that various Q() combinations work … |
|
|
|
@6899
|
[6899]
|
12/09/07 00:24:17 |
mtredinnick |
queryset-refactor: Allow specifying of specific relations to follow … |
|
|
|
@6896
|
[6896]
|
12/05/07 03:40:16 |
mtredinnick |
queryset-refactor: Fixed a couple of differences between trunk and this … |
|
|
|
@6867
|
[6867]
|
12/03/07 15:10:51 |
mtredinnick |
queryset-refactor: Fixed query disjunctions. |
|
|
|
@6859
|
[6859]
|
12/02/07 21:31:18 |
mtredinnick |
queryset-refactor: Added a test for #6074 so that it gets fixed. |
|
|
|
@6858
|
[6858]
|
12/02/07 21:00:03 |
mtredinnick |
queryset-refactor: Changed maxlength to max_length in a couple of tets. … |
|
|
|
@6857
|
[6857]
|
12/02/07 20:59:56 |
mtredinnick |
queryset-refactor: Merged from trunk up to [6856]. |
|
|
|
@6762
|
[6762]
|
11/29/07 22:44:32 |
mtredinnick |
queryset-refactor: Implemented filtering by output columns specified … |
|
|
|
@6760
|
[6760]
|
11/29/07 20:29:25 |
mtredinnick |
queryset-refactor: Interpret qs.filter(foo=None) to be the same as … |
|
|
|
@6755
|
[6755]
|
11/29/07 16:07:58 |
mtredinnick |
queryset-refactor: Fixed an off-by-one error when filling the … |
|
|
|
@6753
|
[6753]
|
11/29/07 14:38:41 |
mtredinnick |
queryset-refactor: Merged from trunk up to [6752]. |
|
|
|
@6730
|
[6730]
|
11/28/07 22:56:09 |
mtredinnick |
queryset-refactor: Optimisation pass. The test suite is now within 2% of … |
|
|
|
@6726
|
[6726]
|
11/28/07 15:51:17 |
mtredinnick |
queryset-refactor: Merged from trunk up to [6724]. |
|
|
|
@6690
|
[6690]
|
11/17/07 23:48:24 |
mtredinnick |
queryset-refactor: Merged from trunk up to [6689]. |
|
|
|
@6638
|
[6638]
|
11/02/07 21:16:27 |
mtredinnick |
queryset-refactor: Merged from trunk up to [6635]. |
|
|
|
@6637
|
[6637]
|
11/02/07 21:15:27 |
mtredinnick |
queryset-refactor: Merged from trunk up to [6623]. |
|
|
|
@6603
|
[6603]
|
10/23/07 23:22:23 |
mtredinnick |
queryset-refactor: Added the ability to apply parameters to the … |
|
|
|
@6600
|
[6600]
|
10/23/07 08:49:07 |
mtredinnick |
queryset-refactor: Added a convenience all() method to Querysets. Refs … |
|
|
|
@6599
|
[6599]
|
10/23/07 08:34:03 |
mtredinnick |
queryset-refactor: Fixed an order_by() regression. It must override … |
|
|
|
@6597
|
[6597]
|
10/23/07 07:51:22 |
mtredinnick |
queryset-refactor: Merged from trunk up to [6595]. |
|
|
|
@6523
|
[6523]
|
10/15/07 18:01:18 |
mtredinnick |
queryset-refactor: Changed post_delete signal behaviour back to match … |
|
|
|
@6522
|
[6522]
|
10/15/07 01:51:37 |
mtredinnick |
queryset-refactor: Fixed a broken select_related test from [6521]. |
|
|
|
@6521
|
[6521]
|
10/15/07 00:51:19 |
mtredinnick |
queryset-refactor: Fixed a possibility of shooting oneself in the foot … |
|
|
|
@6519
|
[6519]
|
10/14/07 22:47:10 |
mtredinnick |
queryset-refactor: Added a test to show that #5261 is no longer a problem. … |
|
|
|
@6518
|
[6518]
|
10/14/07 22:32:11 |
mtredinnick |
queryset-refactor: Added ~ support to Q-objects. Based heavily on a patch … |
|
|
|
@6516
|
[6516]
|
10/14/07 21:54:30 |
mtredinnick |
queryset-refactor: Made the use of values() for ForeignKey? fields … |
|
|
|
@6515
|
[6515]
|
10/14/07 20:20:10 |
mtredinnick |
queryset-refactor: Made sure the ordering columns in a distinct() query … |
|
|
|
@6514
|
[6514]
|
10/14/07 19:48:40 |
mtredinnick |
queryset-refactor: Added a test to show that #3037 is really fixed. Refs … |
|
|
|
@6512
|
[6512]
|
10/14/07 19:29:55 |
mtredinnick |
queryset-refactor: Fixed a couple of typos that were messing up … |
|
|
|
@6511
|
[6511]
|
10/14/07 19:29:27 |
mtredinnick |
queryset-refactor: Added an order_by parameter to extra(). Refs #2076. |
|
|
|
@6510
|
[6510]
|
10/14/07 17:38:54 |
mtredinnick |
queryset-refactor: Fixed a large bag of order_by() problems.
This also … |
|
|
|
@6504
|
[6504]
|
10/13/07 22:46:44 |
mtredinnick |
queryset-refactor: Fixed handling of extra(tables=...). In passing, this … |
|
|
|
@6503
|
[6503]
|
10/13/07 22:46:20 |
mtredinnick |
queryset-refactor: Added a test to show we can now query for empty … |
|
|
|
@6500
|
[6500]
|
10/13/07 22:45:34 |
mtredinnick |
queryset-refactor: Removed unneeded import. |
|
|
|
@6497
|
[6497]
|
10/13/07 21:16:38 |
mtredinnick |
queryset-refactor: Made all the changes needed to have count() work … |
|
|
|
@6495
|
[6495]
|
10/13/07 21:15:52 |
mtredinnick |
queryset-refactor: Fixed the optimization that potentially removes the … |