|
|
|
@7475
|
[7475]
|
04/26/08 19:29:58 |
mtredinnick |
queryset-refactor: Fixed some missing imports from [7470]. Thanks, Justin … |
|
|
|
@7474
|
[7474]
|
04/26/08 11:41:51 |
mtredinnick |
queryset-refactor: Added a Model.from_sequence() constructor for internal … |
|
|
|
@7470
|
[7470]
|
04/26/08 06:21:02 |
mtredinnick |
queryset-refactor: Pass any extra(select=...) columns through the … |
|
|
|
@7469
|
[7469]
|
04/26/08 06:20:42 |
mtredinnick |
queryset-refactor: Make sure the right list of fields is passed to … |
|
|
|
@7468
|
[7468]
|
04/26/08 04:06:56 |
mtredinnick |
queryset-refactor: Repaired the dates() method with … |
|
|
|
@7467
|
[7467]
|
04/26/08 00:06:21 |
mtredinnick |
queryset-refactor: For custom Q-like objects, pass in the … |
|
|
|
@7466
|
[7466]
|
04/25/08 23:03:26 |
mtredinnick |
queryset-refactor: Added a few modifications to the select column aliases … |
|
|
|
@7465
|
[7465]
|
04/25/08 21:41:58 |
mtredinnick |
queryset-refactor: Typo fix, spotted by Justin Bronn. Fixed #7089. |
|
|
|
@7462
|
[7462]
|
04/25/08 12:08:28 |
mtredinnick |
queryset-refactor: Fixed some bugs in the multi-valued filtering … |
|
|
|
@7461
|
[7461]
|
04/25/08 10:02:25 |
mtredinnick |
queryset-refactor: Simplify the way filters are passed to the Query … |
|
|
|
@7460
|
[7460]
|
04/25/08 10:01:59 |
mtredinnick |
queryset-refactor: Fixed a typo that was shown up by some simplification … |
|
|
|
@7459
|
[7459]
|
04/25/08 10:01:40 |
mtredinnick |
queryset-refactor: Fixed a bug in the internal Query.join_map … |
|
|
|
@7457
|
[7457]
|
04/25/08 01:54:35 |
mtredinnick |
queryset-refactor: An attempt to fix an ambiguous column error that can … |
|
|
|
@7455
|
[7455]
|
04/24/08 11:07:07 |
mtredinnick |
queryset-refactor: Changed the way order_by() and distinct() … |
|
|
|
@7454
|
[7454]
|
04/24/08 07:15:46 |
mtredinnick |
queryset-refactor: A few bits of code cleanup. |
|
|
|
@7453
|
[7453]
|
04/24/08 06:41:29 |
mtredinnick |
queryset-refactor: Added a note about using already present tables … |
|
|
|
@7452
|
[7452]
|
04/24/08 06:21:49 |
mtredinnick |
queryset-refactor: Clarified what the default reverse names are … |
|
|
|
@7451
|
[7451]
|
04/24/08 06:11:30 |
mtredinnick |
queryset-refactor: Renamed the Queryset method valueslist() to … |
|
|
|
@7448
|
[7448]
|
04/23/08 07:34:13 |
mtredinnick |
queryset-refactor: Removed a warning about "experimental API", since … |
|
|
|
@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=...) … |
|
|
|
@7445
|
[7445]
|
04/23/08 04:26:14 |
mtredinnick |
queryset-refactor: Removed an unwanted side-effect from the Query.as_sql() … |
|
|
|
@7444
|
[7444]
|
04/23/08 02:30:59 |
mtredinnick |
queryset-refactor: Fixed some errors in Oracle regex handling that … |
|
|
|
@7443
|
[7443]
|
04/23/08 02:30:30 |
mtredinnick |
queryset-refactor: The change in [7438] didn't fix #7036 properly. This is … |
|
|
|
@7440
|
[7440]
|
04/22/08 13:10:12 |
mtredinnick |
queryset-refactor: Made on of the tests use more portable SQL to help … |
|
|
|
@7439
|
[7439]
|
04/22/08 13:09:55 |
mtredinnick |
queryset-refactor: Don't use the "AS" keyword in the FROM-clause. Fixed … |
|
|
|
@7438
|
[7438]
|
04/20/08 03:47:41 |
mtredinnick |
queryset-refactor: Fixed db column to model field mapping for Oracle … |
|
|
|
@7437
|
[7437]
|
04/20/08 03:47:21 |
mtredinnick |
queryset-refactor: Added faster paths for updates and inserts that are … |
|
|
|
@7433
|
[7433]
|
04/16/08 03:18:03 |
mtredinnick |
queryset-refactor: Removed a stray, unused import that crept into [7432]. |
|
|
|
@7432
|
[7432]
|
04/16/08 03:09:46 |
mtredinnick |
queryset-refactor: Added a way to specify the related_name attribute … |
|
|
|
@7431
|
[7431]
|
04/16/08 03:09:18 |
mtredinnick |
queryset-refactor: Fixed a few inadvertent sharing problems for related … |
|
|
|
@7430
|
[7430]
|
04/15/08 23:59:55 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7424]. |
|
|
|
@7429
|
[7429]
|
04/15/08 23:32:56 |
mtredinnick |
queryset-refactor: Detect infinite ordering loops when relations refer to … |
|
|
|
@7428
|
[7428]
|
04/15/08 21:58:45 |
mtredinnick |
queryset-refactor: Added some missed quoting to a table name.
(Noticed in … |
|
|
|
@7427
|
[7427]
|
04/15/08 21:58:26 |
mtredinnick |
queryset-refactor: The Oracle changes necessary for [7426]. I can't test … |
|
|
|
@7426
|
[7426]
|
04/15/08 21:58:00 |
mtredinnick |
queryset-refactor: Querysets no longer need to be customised … |
|
|
|
@7425
|
[7425]
|
04/14/08 23:52:39 |
mtredinnick |
Fixed #6957 -- Removed a stray reference to QuerySet?._select_related and … |
|
|
|
@7419
|
[7419]
|
04/12/08 23:49:41 |
mtredinnick |
queryset-refactor: Rewrote [7417] so that it involves less overall … |
|
|
|
@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 … |
|
|
|
@7416
|
[7416]
|
04/12/08 22:04:11 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7415]. |
|
|
|
@7396
|
[7396]
|
03/31/08 19:28:15 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7388]. |
|
|
|
@7395
|
[7395]
|
03/31/08 19:25:32 |
mtredinnick |
queryset-refactor: Moved _merge_sanity_check into a more logical place in … |
|
|
|
@7346
|
[7346]
|
03/21/08 11:09:41 |
mtredinnick |
queryset-refactor: People are getting picky about my spelling. |
|
|
|
@7345
|
[7345]
|
03/21/08 11:06:41 |
mtredinnick |
queryset-refactor: Correctly inherit m2m fields from abstract base … |
|
|
|
@7344
|
[7344]
|
03/21/08 08:53:37 |
mtredinnick |
queryset-refactor: Removed an unneeded comparison to NULL for … |
|
|
|
@7343
|
[7343]
|
03/21/08 06:42:00 |
mtredinnick |
queryset-refactor: Added support for cross-relation values() queries … |
|
|
|
@7342
|
[7342]
|
03/21/08 05:59:25 |
mtredinnick |
queryset-refactor: Added some sanity checking to and() and or() … |
|
|
|
@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 … |
|
|
|
@7339
|
[7339]
|
03/20/08 11:10:51 |
mtredinnick |
queyrset-refactor: Allow default managers to be inherited from an abstract … |
|
|
|
@7327
|
[7327]
|
03/20/08 01:17:51 |
mtredinnick |
queryset-refactor: Added a missing space in the SQL construction. |
|
|
|
@7321
|
[7321]
|
03/19/08 10:46:20 |
mtredinnick |
queryset-refactor: Initial pass at fixing the Oracle support. Thanks, … |
|
|
|
@7318
|
[7318]
|
03/19/08 09:24:23 |
mtredinnick |
queryset-refactor: Added support for munging of insert columns.
Needed to … |
|
|
|
@7317
|
[7317]
|
03/19/08 06:02:22 |
mtredinnick |
queryset-refactor: Implemented a way to differentiate between filtering on … |
|
|
|
@7304
|
[7304]
|
03/18/08 16:10:04 |
adrian |
queryset-refactor: Changed django.VERSION to include 'queryset-refactor' |
|
|
|
@7288
|
[7288]
|
03/18/08 08:53:22 |
mtredinnick |
queryset-refactor: Allow exclusions when bumping the aliases on a … |
|
|
|
@7287
|
[7287]
|
03/18/08 07:46:40 |
mtredinnick |
queryset-refactor: Fixed problems with values() queries across nullable … |
|
|
|
@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 … |
|
|
|
@7284
|
[7284]
|
03/18/08 05:21:12 |
mtredinnick |
queryset-refactor: Removed the facility for select_related(False). It … |
|
|
|
@7283
|
[7283]
|
03/18/08 01:15:29 |
mtredinnick |
queryset-refactor: Different database backends return different empty … |
|
|
|
@7282
|
[7282]
|
03/18/08 01:14:56 |
mtredinnick |
queryset-refactor: Typo fix. Fixed #6806. |
|
|
|
@7281
|
[7281]
|
03/18/08 00:45:37 |
mtredinnick |
queryset-refactor: Merged from trunk up to [7280] |
|
|
|
@7255
|
[7255]
|
03/17/08 08:32:11 |
mtredinnick |
queyrset-refactor: Some more speed-ups due to datastructure changes. |
|
|
|
@7253
|
[7253]
|
03/16/08 11:18:39 |
mtredinnick |
queryset-refactor: More whack-a-mole optimisation work. Still got a couple … |
|
|
|
@7252
|
[7252]
|
03/16/08 11:17:57 |
mtredinnick |
queryset-refactor: Typo fix. |
|
|
|
@7250
|
[7250]
|
03/15/08 20:20:51 |
mtredinnick |
queryset-refactor: Fixed a typo spotted by msaelices. Fixed #6787. |
|
|
|
@7249
|
[7249]
|
03/15/08 09:16:05 |
mtredinnick |
queryset-refactor: Optimised the SQL portion of Model.save(). |
|
|
|
@7248
|
[7248]
|
03/15/08 09:15:43 |
mtredinnick |
queryset-refactor: Sped up QuerySet?.get() by using fast paths through the … |
|
|
|
@7247
|
[7247]
|
03/15/08 04:13:22 |
mtredinnick |
queryset-refactor: Optimised some internal data structures in … |
|
|
|
@7246
|
[7246]
|
03/15/08 04:12:44 |
mtredinnick |
queryset-refactor: Optimised len(qs) and iter(qs) a bit. |
|
|
|
@7245
|
[7245]
|
03/14/08 21:25:46 |
mtredinnick |
queryset-refactor: The EmptyResultSet? exception was declared in two … |
|
|
|
@7244
|
[7244]
|
03/14/08 20:59:06 |
mtredinnick |
queryset-refactor: Fixed the "in" lookup type when using … |
|
|
|
@7242
|
[7242]
|
03/14/08 06:49:31 |
mtredinnick |
queryset-refactor: Some goose left commented out code in [7240]. Nothing … |
|
|
|
@7241
|
[7241]
|
03/14/08 06:46:26 |
mtredinnick |
queryset-refactor: Second part of select_related() fix.
Relations on the … |
|
|
|
@7240
|
[7240]
|
03/14/08 06:45:52 |
mtredinnick |
queryset-refactor: Fixed default (no fields) case of select_related() to … |
|
|
|
@7235
|
[7235]
|
03/13/08 06:48:25 |
mtredinnick |
queryset-refactor: Changed the return type of an internal … |
|
|
|
@7234
|
[7234]
|
03/13/08 05:46:54 |
mtredinnick |
queryset-refactor: Made sure that update filter queries only return a … |
|
|
|
@7232
|
[7232]
|
03/12/08 19:36:57 |
mtredinnick |
queryset-refactor: Made none() a method on Querysets, as the … |
|
|
|
@7231
|
[7231]
|
03/12/08 09:52:12 |
mtredinnick |
queryset-refactor: Added a way to change the prefix of all aliases in a … |
|
|
|
@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 … |
|
|
|
@7190
|
[7190]
|
03/03/08 10:36:28 |
mtredinnick |
queryset-refactor: Simplified updates of related tables, with added bonus … |
|
|
|
@7180
|
[7180]
|
02/29/08 09:58:39 |
mtredinnick |
queryset-refactor: Fixed a small error in [7179]. |
|
|
|
@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]. |
|
|
|
@7172
|
[7172]
|
02/28/08 07:31:11 |
mtredinnick |
queryset-refactor: Head off any attempts to use unique_together across … |
|
|
|
@7171
|
[7171]
|
02/28/08 07:21:33 |
mtredinnick |
queryset-refactor: Added caching for reverse-one-to-one lookups.
This is … |
|
|
|
@7170
|
[7170]
|
02/28/08 06:57:10 |
mtredinnick |
queryset-refactor: Fixed exclude() filtering for the various N-to-many … |
|
|
|
@7169
|
[7169]
|
02/27/08 20:49:31 |
mtredinnick |
queryset-refactor: Fixed a few really silly errors in the Q class and … |
|
|
|
@7166
|
[7166]
|
02/26/08 20:47:32 |
mtredinnick |
queryset-refactor: Typo fix. Fixed #6670. Thanks, alex. |
|
|
|
@7165
|
[7165]
|
02/26/08 20:47:14 |
mtredinnick |
queryset-refactor: Removed some more dead code. |
|
|
|
@7164
|
[7164]
|
02/26/08 20:15:41 |
mtredinnick |
queryset-refactor: Moved the Query subclasses into their own file.
Trying … |