Django

Code

root/django/branches/queryset-refactor


Mode:

Legend:

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