Django

Code

root/django/trunk/django/db


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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.
(edit) @8348 [8348] 08/14/08 10:37:43 gwilson Fixed #8206 -- Removed validate methods of Model and Model fields. They …
(edit) @8330 [8330] 08/12/08 13:49:44 mboersma Fixed oracle-specific test DB creation code so the test suite will run …
(edit) @8329 [8329] 08/12/08 11:28:52 mtredinnick Fixed #8260 -- Changed [8318] to also work with MySQLdb 1.2.1p2.
(edit) @8328 [8328] 08/12/08 11:06:55 mtredinnick Fixed a group of missing imports, aliases and parameter passings from …
(edit) @8319 [8319] 08/12/08 02:52:33 mtredinnick Changed "exact" matches in MySQL to use the database's native …
(edit) @8318 [8318] 08/12/08 02:52:17 mtredinnick Convert binary-matched VARCHAR fields to unicode objects in the MySQL …
(edit) @8317 [8317] 08/12/08 01:31:29 mtredinnick Do not use savepoints with PostgreSQL prior to 8.0.
(edit) @8315 [8315] 08/12/08 00:59:43 mtredinnick Added savepoint protection to get_or_create() to avoid problems on …
(edit) @8314 [8314] 08/12/08 00:34:56 mtredinnick Added savepoint support to the transaction code. This is a no-op for most …
(edit) @8305 [8305] 08/11/08 10:54:42 jacob Fixed stupid syntax error in [8303].
(edit) @8303 [8303] 08/11/08 10:24:44 jacob Fixed #8228: fixed a Python 2.3 compatibility from [8296].
(edit) @8301 [8301] 08/11/08 09:16:09 russellm Removed some empty modules that are no longer required after [8296].
(edit) @8298 [8298] 08/11/08 08:15:34 russellm Purged the mysql_old backend directory.
(edit) @8297 [8297] 08/11/08 08:11:25 russellm Corrected a problem with the error message when the nominated database …
(edit) @8296 [8296] 08/11/08 07:11:25 russellm Fixed #5461 -- Refactored the database backend code to use classes for the …
(edit) @8291 [8291] 08/10/08 16:10:47 gwilson Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms …
(edit) @8276 [8276] 08/09/08 18:59:01 jacob Fixed #7921: for sqlite3 2.4.1 or later, adapt str objects to unicode, …
(edit) @8267 [8267] 08/09/08 12:19:23 mtredinnick Added the ability to force an SQL insert (or force an update) via a …
(edit) @8244 [8244] 08/08/08 15:59:02 jacob File storage refactoring, adding far more flexibility to Django's file …
(edit) @8242 [8242] 08/08/08 15:09:53 mtredinnick Fixed #6523 -- Use the correct cast on field types for PostgreSQL …
(edit) @8229 [8229] 08/08/08 09:24:25 mtredinnick Fixed #8111 -- Error message typo fix. Thanks mzgur.
Note: See TracRevisionLog for help on using the revision log.