| Age | Commit message (Expand) | Author |
| 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 |
| 2008-06-26 | Fixed a "column" instance that wis massed in [7743]. | Ian Kelly |
| 2008-06-26 | Fixed #7319 -- Removed unused DatabaseFeatures attribute 'needs_upper_for_iop... | Adrian Holovaty |
| 2008-06-26 | Fixed #7109 -- Quote certain values before passing them for substitution in | Malcolm Tredinnick |
| 2008-06-16 | Fixed #7420 -- Abstracted some more database options into DatabaseFeatures --... | Adrian Holovaty |
| 2008-06-12 | Fixed #7427 -- Fixed docstring that was rendered incorrect due to qs-rf. Than... | Adrian Holovaty |
| 2008-05-05 | Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, adamv. | Ian Kelly |
| 2008-04-28 | Made some types of nested update queries very slightly more efficient at the | Malcolm Tredinnick |
| 2008-04-27 | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick |
| 2008-04-13 | Fixed #6433 -- Handle some varied PostgreSQL version strings (beta versions and | Malcolm Tredinnick |
| 2008-04-10 | Fixed #5985: Changed the lookups in the Oracle backend to use LIKEC instead o... | Ian Kelly |
| 2008-03-26 | Removed the ado_mssql database backend. | Malcolm Tredinnick |
| 2008-03-24 | Fixed #5531 -- Changes a while back meant we are handling import errors from | Malcolm Tredinnick |
| 2008-03-17 | Fixed #5883 -- Added __iter__ methods to the debug cursor and the postgresql ... | Malcolm Tredinnick |
| 2008-02-26 | Re-enable substring lookups for IP address fields in Postgres using HOST() Th... | Jacob Kaplan-Moss |
| 2008-02-26 | Reverted [7151] since it breaks exact IP lookups on PostgreSQL. Reopens #708 | Jacob Kaplan-Moss |
| 2008-02-23 | Fixed #708 -- Fixed searching within IP fields on PostgreSQL. | Malcolm Tredinnick |
| 2008-02-19 | Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). | Malcolm Tredinnick |
| 2008-01-04 | Fixed #6254: Made fetchone() in the oracle backend correctly convert | Ian Kelly |
| 2007-12-21 | Set Oracle stmtcachesize to 20 instead of 0 for a performance boost. | Matt Boersma |
| 2007-12-20 | Rearranged an Oracle ALTER statement so it is run only once per new connectio... | Matt Boersma |
| 2007-12-11 | Fixed ORA-01461 error when trying to store more than 4000 bytes in a TextFiel... | Ian Kelly |
| 2007-12-01 | Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode -> unicode. Thanks, r... | Malcolm Tredinnick |
| 2007-12-01 | Fixed a PL/SQL syntax bug causing manage.py sqlall to fail when piped to | Ian Kelly |
| 2007-11-04 | Fixed #5729 -- For MySQL (only), always delay the creation of foreign key | Malcolm Tredinnick |
| 2007-10-23 | Added a BaseDatabaseOperations.last_executed_query() hook, which allows a dat... | Adrian Holovaty |
| 2007-10-14 | Fixed #5710 -- Fixed a missing table name quoting in the postgresql backend, ... | Gary Wilson Jr |
| 2007-09-19 | Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld... | Jacob Kaplan-Moss |
| 2007-09-14 | Made Oracle backend cast CharField values of None to u'' instead of '' | Ian Kelly |
| 2007-09-14 | Fixed a missing import in mysql backend. Thanks for pointing it out, mattmcc. | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed an Oracle sqlflush / sequence reset column name bug exposed by the new ... | Ian Kelly |