Django

Code

root/django/trunk/django/db


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9475 [9475] 11/16/08 12:58:43 kmtracey Fixed #9608: Ensured a Model's default repr() is printable even if its …
(edit) @9467 [9467] 11/16/08 02:50:06 mtredinnick Fixed #6052 -- Worked around a bug in MySQLdb with regards to …
(edit) @9466 [9466] 11/16/08 02:48:24 mtredinnick Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. …
(edit) @9418 [9418] 11/13/08 18:54:16 ikelly Refs #9408: Removed support for passing params as dicts in the oracle …
(edit) @9394 [9394] 11/11/08 18:35:24 kmtracey Fixed #5079 -- Avoid converting Decimals to floats during save to the …
(edit) @9272 [9272] 10/24/08 04:36:22 mtredinnick Fixed #9307 -- Added the ability to pickle the Query class used by the …
(edit) @9251 [9251] 10/24/08 01:09:47 mtredinnick Fixed #9406 -- Ensure that each database column is only represented once …
(edit) @9235 [9235] 10/17/08 19:00:20 ikelly Fixed #9136: Do slicing in Oracle with rownum instead of row_number() for …
(edit) @9231 [9231] 10/13/08 14:38:18 ikelly Fixed Oracle introspection mapping of DATE columns, and added an entry for …
(edit) @9221 [9221] 10/10/08 12:15:58 ikelly Fixed .distinct() not working with slicing in Oracle, due to the row …
(edit) @9206 [9206] 10/08/08 04:45:27 mtredinnick A queryset that has had ordering removed (order_by()) can have ordering …
(edit) @9202 [9202] 10/08/08 03:38:33 mtredinnick Fixed #6748 -- When printing the repr() of querysets, don't load or …
(edit) @9201 [9201] 10/08/08 03:37:35 mtredinnick Applying a limit to a queryset that already had an upper limit of 0 …
(edit) @9150 [9150] 10/05/08 06:55:52 mtredinnick Fixed #9068 -- Fixed a couple of typos in InsertQuery?.clone(). Thanks, …
(edit) @9091 [9091] 09/27/08 23:36:10 mtredinnick Fixed Queryset.dates() in the presence of extra-select columns. Any …
(edit) @9081 [9081] 09/21/08 19:31:22 mtredinnick Fixed a missing variable initialisation deep in the Query bowels.
(edit) @9060 [9060] 09/17/08 02:23:17 mtredinnick Fixed #9113 -- Improved exception message reporting when importing sqlite3 …
(edit) @9008 [9008] 09/10/08 21:02:06 mtredinnick Fixed a typo so that cloning UpdateQuery? objects won't fail mysteriously.
(edit) @9007 [9007] 09/10/08 21:00:27 mtredinnick A bug from queryset-refactor days: although the Query class has "group_by" …
(edit) @9004 [9004] 09/10/08 18:03:07 ikelly Fixed an incorrectly named DatabaseOperations? method. It was causing …
(edit) @8989 [8989] 09/08/08 21:13:58 adrian db: Gave each DatabaseClient? class an 'executable_name' attribute (e.g., …
(edit) @8965 [8965] 09/04/08 11:41:59 mboersma Fixed re-raising of ORA-01400 as an IntegrityError in a way that works on …
(edit) @8932 [8932] 09/03/08 13:38:43 mtredinnick Fixed #7588 -- Inherit fields from concrete ancestor classes via abstract …
(edit) @8908 [8908] 09/03/08 00:53:50 mtredinnick Fixed #8825 -- Fixed a small error model field setup (on the model class) …
(edit) @8898 [8898] 09/02/08 22:48:25 mtredinnick Fixed #8819 -- Don't include two copies of extra-select columns in the …
(edit) @8884 [8884] 09/02/08 19:09:33 mtredinnick Fixed #8669 -- Use a consistent version of create() across the board …
(edit) @8855 [8855] 09/02/08 10:26:00 jacob Fixed #8309: subclasses now inherit GenericForeignKey correctly. There's …
(edit) @8853 [8853] 09/02/08 08:52:07 mtredinnick Fixed #8790 -- Multi-branch join trees that shared tables of the same name …
(edit) @8851 [8851] 09/02/08 04:04:54 mtredinnick Fixed #7154 -- Inherit all model managers from abstract base classes. Also …
(edit) @8832 [8832] 09/01/08 21:16:41 mtredinnick Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions …
(edit) @8831 [8831] 09/01/08 19:50:19 mtredinnick A typo fix that fortunately wasn't creating invalid SQL, just slightly …
(edit) @8829 [8829] 09/01/08 19:20:10 mtredinnick Get the join promotion code (a bit more) correct when constructing joins …
(edit) @8827 [8827] 09/01/08 18:18:42 ikelly Replaced exact lookups of the empty string with isnull lookups in Oracle. …
(edit) @8823 [8823] 09/01/08 17:43:38 brosner Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen …
(edit) @8819 [8819] 09/01/08 17:15:35 jacob Fixed #8210 and #8664: moved USStateField and PhoneNumberField to …
(edit) @8816 [8816] 09/01/08 16:28:32 brosner Fixed #7975 -- Callable defaults in inline model formsets now work …
(edit) @8814 [8814] 09/01/08 16:04:01 jacob Fixed #8076: fixed get_(next/previous)_by_date when used with …
(edit) @8810 [8810] 09/01/08 14:58:41 ikelly Corrected Oracle DatabaseError? definition.
(edit) @8808 [8808] 09/01/08 14:37:48 ikelly Fixed escaping of wildcard characters in iexact lookups in Oracle.
(edit) @8807 [8807] 09/01/08 14:35:03 jacob Fixed #8115: avoid a infiniate loop when collecting related objects for …
(edit) @8806 [8806] 09/01/08 14:20:03 jacob Repaired an oversight from [8772] that let made certain types of fields …
(edit) @8804 [8804] 09/01/08 13:45:49 ikelly Fixed extra_select with DateQuery? in Oracle
(edit) @8802 [8802] 09/01/08 12:48:39 jacob Fixed #8354: the MySQL backend no longer raises a cryptic error. Instead, …
(edit) @8794 [8794] 09/01/08 07:07:26 russellm Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to …
(edit) @8783 [8783] 08/31/08 21:43:55 mtredinnick Fixed #7512 -- Fixed an oversight when I first fixed ordering on …
(edit) @8782 [8782] 08/31/08 19:49:03 mtredinnick Fixed #8316 -- Put tighter restrictions on the type of Foreign Key …
(edit) @8772 [8772] 08/31/08 15:11:11 jacob Fixed #6967: ModelForms now validate choices. Thanks, mattmcc -- the …
(edit) @8756 [8756] 08/31/08 04:49:55 brosner Fixed handling of primary keys in model formsets. Model formsets should …
(edit) @8730 [8730] 08/29/08 23:52:56 mtredinnick [8721] introduced some internal field names. We hide them from the list …
(edit) @8724 [8724] 08/29/08 17:29:38 mtredinnick Fixed a typo from the refactoring in [8455]. With bonus test, too. Thanks, …
(edit) @8723 [8723] 08/29/08 16:48:40 mtredinnick Fixed a missing piece of [8721].
(edit) @8721 [8721] 08/29/08 16:24:00 mtredinnick Fixed #8279 -- Multiple many-to-many relations to "self" are now possible.
(edit) @8692 [8692] 08/28/08 23:30:07 mtredinnick Fixed #8575 -- Catch one particular instance of OperationalError? in MySQL …
(edit) @8691 [8691] 08/28/08 21:40:56 mtredinnick Fixed #8101 -- Allow the strings '1' and '0' as filter values for …
(edit) @8690 [8690] 08/28/08 21:40:50 mtredinnick Fixed #7823 -- Fixed an edge case in RelatedField?.get_db_prep_lookup() so …
(edit) @8684 [8684] 08/28/08 16:23:21 jacob Fixed a bug in NullBooleanField.to_python.
(edit) @8682 [8682] 08/28/08 15:58:10 jacob Fixed #8556: added a useful formfield to CommaSeparatedIntegerField. …
(edit) @8674 [8674] 08/28/08 14:28:31 mtredinnick Removed a couple of unused imports.
(edit) @8670 [8670] 08/28/08 12:18:05 mtredinnick Changed create() and get_or_create() to force an insert (not update an …
(edit) @8663 [8663] 08/28/08 11:05:09 jacob FIxed #8613: removed vestigal FileField.save_file(). Thanks, kratorius.
(edit) @8648 [8648] 08/28/08 01:49:00 mtredinnick Fixed #8592 -- Fixed a bug in the way savepoint usage was disabled …
(edit) @8646 [8646] 08/28/08 00:42:05 mtredinnick Fixed #8597 -- Allow the use of strings containing underscores and …
(edit) @8644 [8644] 08/28/08 00:00:23 mtredinnick Improvements to [8608] to fix an infinite loop (for …
(edit) @8638 [8638] 08/27/08 16:30:47 jacob Fixed #8534: getting the size of a file no longer opens it (at least for …
(edit) @8637 [8637] 08/27/08 16:18:45 jacob Fixed #8175: don't open files we're about to close. This was a pesky bug …
(edit) @8616 [8616] 08/27/08 02:19:44 gwilson Removed oldforms, validators, and related code: * Removed Manipulator, …
(edit) @8608 [8608] 08/27/08 00:22:33 mtredinnick Fixed #5937 -- When filtering on generic relations, restrict the target …
(edit) @8598 [8598] 08/26/08 15:44:20 mtredinnick Fixed #8036 -- Fixed a case when attempting to traverse non-existent …
(edit) @8580 [8580] 08/26/08 03:58:07 mtredinnick Fixed #8347 -- Added a few missing field type conversion to SQLite's …
(edit) @8571 [8571] 08/25/08 23:55:56 gwilson Removed trailing whitespace in a few files.
(edit) @8559 [8559] 08/25/08 17:43:25 mtredinnick Fixed #8106 -- Untangled some problems with complex select_related() …
(edit) @8545 [8545] 08/25/08 12:20:28 mboersma Fixed get_or_create test case for Oracle by re-raising the more specific …
(edit) @8536 [8536] 08/25/08 07:56:06 jacob Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive …
(edit) @8532 [8532] 08/24/08 23:13:27 mtredinnick Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString? values …
(edit) @8528 [8528] 08/24/08 22:51:25 brosner Fixed #7888 -- Handle model inheritance with model formsets correctly. …
(edit) @8526 [8526] 08/24/08 22:17:06 mtredinnick Fixed #8510 -- Allow both strings (mostly for the admin) and integers to …
(edit) @8522 [8522] 08/24/08 15:16:56 mboersma Fixed #7628 -- Oracle backend won't try to recreate existing sequences …
(edit) @8515 [8515] 08/24/08 03:12:13 russellm Fixed #8298: Added a to_python method for integer fields. This ensures …
(edit) @8499 [8499] 08/23/08 13:34:32 mtredinnick Removed a relatively pointless QuerySet? clone introduced in [8472].
(edit) @8494 [8494] 08/23/08 13:01:16 mtredinnick Fixed #8214 -- Added back a stringification that was dropped during …
(edit) @8477 [8477] 08/22/08 23:59:25 brosner Fixed #8040 -- SlugField? now returns a proper formfield to deal with …
(edit) @8475 [8475] 08/22/08 23:14:23 brosner Fixed #7536 -- Added NEWDECIMAL to introspection types in the mysql …
(edit) @8472 [8472] 08/22/08 17:00:28 mtredinnick Fixed #8046 -- The first filter() call on a related manager for …
(edit) @8471 [8471] 08/22/08 15:26:20 mboersma Fixed Oracle backend limit/offset SQL to again use extra_select, properly …
(edit) @8469 [8469] 08/22/08 14:27:26 brosner Fixed #7947 -- Handle the display of OneToOneField? in model forms …
(edit) @8466 [8466] 08/22/08 09:18:53 russellm Fixed #8485: Reordered imports in the database backends to ensure that the …
(edit) @8455 [8455] 08/20/08 17:38:15 mtredinnick Made it possible to pickle DateQuerySets?.
(edit) @8445 [8445] 08/19/08 18:04:34 mboersma Fixed Oracle backend not to use extra_select for limit/offset type …
(edit) @8442 [8442] 08/19/08 09:17:24 russellm Fixed #7908: Added validation checks on attempts to create ForeignKey? and …
(edit) @8429 [8429] 08/17/08 17:38:36 mtredinnick Fixed #8039 -- Make sure that extra(tables=...) tables are always included …
(edit) @8426 [8426] 08/17/08 15:07:59 mtredinnick Changed the (internal) way extra(select=.., select_params=...) handling is …
(edit) @8424 [8424] 08/17/08 12:32:31 mtredinnick Fixed #8238 -- If an invalid database backend is mentioned in settings and …
(edit) @8419 [8419] 08/16/08 19:07:06 mtredinnick Fixed #7241 -- More robust exception catching in the transaction …
(edit) @8415 [8415] 08/16/08 15:59:06 gwilson Fixed #3121 -- Made get_or_create() work for RelatedManager and …
(edit) @8411 [8411] 08/16/08 10:58:30 mtredinnick Fixed #8315 -- If an exception is raised whilst trying to rollback …
(edit) @8402 [8402] 08/15/08 23:48:57 russellm Fixed #8355: Removed some whitespace that was apparently causing …
(edit) @8398 [8398] 08/15/08 18:29:55 gwilson Fixed #6970 -- Raise the original IntegrityError when all required …
(edit) @8380 [8380] 08/15/08 09:58:59 mtredinnick Reverted [8318] and [8329], since the change turned out to have no effect, …
(edit) @8364 [8364] 08/15/08 02:35:47 russellm Fixed #8331 -- Added style parameter to sqlite backend implementation of …
(edit) @8355 [8355] 08/14/08 20:33:18 mboersma Fixed Oracle backend test case failure in modeltests\lookup.
Note: See TracRevisionLog for help on using the revision log.