| Age | Commit message (Expand) | Author |
| 2008-09-01 | Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django... | Jacob Kaplan-Moss |
| 2008-09-01 | Corrected Oracle DatabaseError definition. | Ian Kelly |
| 2008-09-01 | Fixed escaping of wildcard characters in iexact lookups in Oracle. | Ian Kelly |
| 2008-09-01 | Fixed #8354: the MySQL backend no longer raises a cryptic error. Instead, it ... | Jacob Kaplan-Moss |
| 2008-09-01 | Fixed #8316 -- Put tighter restrictions on the type of Foreign Key fields | Malcolm Tredinnick |
| 2008-08-29 | Fixed #8575 -- Catch one particular instance of OperationalError in MySQL and | Malcolm Tredinnick |
| 2008-08-28 | Fixed #8592 -- Fixed a bug in the way savepoint usage was disabled for | Malcolm Tredinnick |
| 2008-08-28 | Fixed #8597 -- Allow the use of strings containing underscores and percentage | Malcolm Tredinnick |
| 2008-08-26 | Fixed #8347 -- Added a few missing field type conversion to SQLite's inspectdb | Malcolm Tredinnick |
| 2008-08-25 | Fixed get_or_create test case for Oracle by re-raising the more specific Inte... | Matt Boersma |
| 2008-08-25 | Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive comparis... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values as | Malcolm Tredinnick |
| 2008-08-24 | Fixed #7628 -- Oracle backend won't try to recreate existing sequences during... | Matt Boersma |
| 2008-08-23 | Fixed #8214 -- Added back a stringification that was dropped during [8131]. | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7536 -- Added NEWDECIMAL to introspection types in the mysql backend. ... | Brian Rosner |
| 2008-08-22 | Fixed Oracle backend limit/offset SQL to again use extra_select, properly thi... | Matt Boersma |
| 2008-08-22 | Fixed #8485: Reordered imports in the database backends to ensure that the av... | Russell Keith-Magee |
| 2008-08-19 | Fixed Oracle backend not to use extra_select for limit/offset type queries, w... | Matt Boersma |
| 2008-08-16 | Fixed #8355: Removed some whitespace that was apparently causing difficulty w... | Russell Keith-Magee |
| 2008-08-15 | Reverted [8318] and [8329], since the change turned out to have no effect, upon | Malcolm Tredinnick |
| 2008-08-15 | Fixed #8331 -- Added style parameter to sqlite backend implementation of sql_... | Russell Keith-Magee |
| 2008-08-12 | Fixed oracle-specific test DB creation code so the test suite will run again. | Matt Boersma |
| 2008-08-12 | Fixed #8260 -- Changed [8318] to also work with MySQLdb 1.2.1p2. | Malcolm Tredinnick |
| 2008-08-12 | Fixed a group of missing imports, aliases and parameter passings from the | Malcolm Tredinnick |
| 2008-08-12 | Changed "exact" matches in MySQL to use the database's native collation. | Malcolm Tredinnick |
| 2008-08-12 | Convert binary-matched VARCHAR fields to unicode objects in the MySQL backend. | Malcolm Tredinnick |
| 2008-08-12 | Do not use savepoints with PostgreSQL prior to 8.0. | Malcolm Tredinnick |
| 2008-08-12 | Added savepoint support to the transaction code. | Malcolm Tredinnick |
| 2008-08-11 | Fixed stupid syntax error in [8303]. | Jacob Kaplan-Moss |
| 2008-08-11 | Fixed #8228: fixed a Python 2.3 compatibility from [8296]. | Jacob Kaplan-Moss |
| 2008-08-11 | Removed some empty modules that are no longer required after [8296]. | Russell Keith-Magee |
| 2008-08-11 | Fixed #5461 -- Refactored the database backend code to use classes for the cr... | Russell Keith-Magee |
| 2008-08-09 | Fixed #7921: for sqlite3 2.4.1 or later, adapt str objects to unicode, thus p... | Jacob Kaplan-Moss |
| 2008-08-08 | Fixed #6523 -- Use the correct cast on field types for PostgreSQL when | Malcolm Tredinnick |
| 2008-08-02 | Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl... | Gary Wilson Jr |
| 2008-07-30 | Fixed #8028 -- A couple of small docstring fixes from [8131]. Thanks, Leo Soto. | Malcolm Tredinnick |
| 2008-07-30 | Fixed #7637 -- Added an extra parameterisation hook to the Oracle backend. | Malcolm Tredinnick |
| 2008-07-29 | Fixed #7560 -- Moved a lot of the value conversion preparation for | Malcolm Tredinnick |
| 2008-07-24 | Fixed Oracle backend failure in test suite for modeltests.queries. Item.obje... | Matt Boersma |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-18 | Fixed #5552 -- Raise an error, rather than failing silently, when DATABASE_NAME | Malcolm Tredinnick |
| 2008-07-18 | Removed the mysql_old backend. It smells bad and has no friends. | Malcolm Tredinnick |
| 2008-07-18 | Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offe... | Adrian Holovaty |
| 2008-07-15 | Fixed #7411 -- worked around some possible transaction conflicts in SQLite. | Malcolm Tredinnick |
| 2008-07-06 | Fixed #7532 -- Removed some dead code from the db backends. Thanks, Ramiro. | Malcolm Tredinnick |
| 2008-07-03 | Fixed #7407 -- in Oracle, made sure table names are properly quoted when rese... | Ian Kelly |
| 2008-07-03 | Refs #7565. Fixed Oracle sequence resetting on child models. | Ian Kelly |
| 2008-06-30 | Fixed #2170 -- "exact" lookups in MySQL are now case-sensitive (the same as o... | Malcolm Tredinnick |
| 2008-06-30 | Make sure we only create the minimum number of table indexes for MySQL. | Malcolm Tredinnick |
| 2008-06-30 | Fixed #7565 -- Fixed a problem with PostgreSQL sequence resetting in loaddata. | Malcolm Tredinnick |