| Age | Commit message (Expand) | Author |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-07-20 | Added a db_type() method to the database Field class. This is a hook for calc... | Adrian Holovaty |
| 2007-07-13 | Refs #2591 -- Removed int conversion and try/except since the value in the si... | Gary Wilson Jr |
| 2007-07-13 | Fixed #2591 -- Fixed a problem with inspectdb with psycopg2 (only). Patch from | Malcolm Tredinnick |
| 2007-07-06 | Fixed #4770 -- Fixed some Unicode conversion problems in the mysql_old backend | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-06-28 | Fixed #4689 -- Added some missing methods to the dummy backend. Thanks for th... | Russell Keith-Magee |
| 2007-06-27 | Fixed #1465: added support for regex lookups. Thanks, Tom Tobin. | Jacob Kaplan-Moss |
| 2007-06-25 | Fixed #4678 -- Fixed table name matching during syncdb for pyscopg2 backend | Malcolm Tredinnick |
| 2007-06-23 | Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4432 -- Fixed PostgreSQL sequence resetting in the case when a table has | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4518 -- Added handling of empty strings in typecast_decimal() for | Malcolm Tredinnick |
| 2007-06-01 | rollback on dummy database now has no effect (previously raised an error). Th... | Simon Willison |
| 2007-05-22 | Fixed #4357 -- Removed a type conversion that was only introduced in | Malcolm Tredinnick |
| 2007-05-21 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-05-12 | Fixed #4231 -- Added quoting for sequence names on sequence reset for Postgre... | Russell Keith-Magee |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is a | Malcolm Tredinnick |
| 2007-04-20 | Fixed #4048 -- When introspecting a MySQL database, map CHAR(n) fields to | Malcolm Tredinnick |
| 2007-04-17 | Fixed #4057 -- Fixed problem with quoting of sequence names on Postgres backe... | Russell Keith-Magee |
| 2007-04-06 | Fixed the ADO backend to match the required interface and normalized naming o... | Russell Keith-Magee |
| 2007-04-06 | Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w... | Russell Keith-Magee |
| 2007-03-21 | Fixed a mistaken import from the mysql backend that had snuck through. | Malcolm Tredinnick |
| 2007-03-21 | Added a mysql_old backend that matches the mysql backend prior to [4724]. This | Malcolm Tredinnick |
| 2007-03-20 | Fixed #3754 -- Re-introduced utf-8 as default encoding for interaction with | Malcolm Tredinnick |
| 2007-03-18 | Fixed #3747 -- Added a stricter MySQLdb version check so that (1, 2, 1, | Malcolm Tredinnick |
| 2007-03-14 | Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. Also | Malcolm Tredinnick |
| 2007-03-09 | Fixed #3024 -- Fixed database commit() and rollback() behaviour so it works | Malcolm Tredinnick |
| 2007-03-02 | Fixed #3627 -- Made [4659] compatible with Python 2.3. Thanks, Gary Wilson. | Malcolm Tredinnick |
| 2007-03-01 | Changed the postgres version getting code to use cursor.fetchone() instead of... | Jacob Kaplan-Moss |
| 2007-03-01 | Fixes #2333 -- Added test fixtures framework. | Russell Keith-Magee |
| 2007-02-26 | Fixed #3390: the serializer can now contain forward references. Thanks, Russ. | Jacob Kaplan-Moss |
| 2007-02-25 | Fixed #3459: Django no longer runs SET TIME ZONE for every query when using P... | Jacob Kaplan-Moss |
| 2007-01-08 | Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon. | Jacob Kaplan-Moss |
| 2006-12-30 | Fixed #3151 -- Improved MySQL backend not to send 'SET NAMES utf8' before eve... | Adrian Holovaty |
| 2006-12-29 | Fixed #3205 -- Fixed bug in custom postgresql executemany wrapper. Thanks for... | Adrian Holovaty |
| 2006-12-27 | Fixed #3115 -- Changed postgresql backend to convert all Unicode strings to b... | Adrian Holovaty |
| 2006-12-15 | Improved error message in postgresql backend | Adrian Holovaty |
| 2006-11-07 | Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2913: CursorDebugWrapper no longer double-tuple-izes parameters. Than... | Jacob Kaplan-Moss |
| 2006-09-27 | Fixed omission in [3872]. | Malcolm Tredinnick |
| 2006-09-27 | Reintroduced the changes from [3855] with more flexible handling of version | Malcolm Tredinnick |
| 2006-09-26 | Removed one more legacy bit from [3855]. Refs #2827. | Adrian Holovaty |
| 2006-09-26 | Fixed #2827 -- Reverted [3855] | Adrian Holovaty |
| 2006-09-26 | Fixed #2188 -- Raise an error when using long CharFields in combination with | Malcolm Tredinnick |
| 2006-09-25 | Fixed #2772 -- Made SQLite support work correctly with Python 2.5 standard | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2662 -- Changed dictfetchmany and dictfetchall to return iterators, | Malcolm Tredinnick |
| 2006-09-11 | Fixed #2700 -- Improved introspection for MySQL. Thanks for the patch, serbau... | Adrian Holovaty |
| 2006-09-11 | Fixed #2699 -- Added quote_name() call to MySQL introspection.py. Thanks for ... | Adrian Holovaty |
| 2006-09-05 | Made psycopg2 backend actually support dictfetch* methods. | Jacob Kaplan-Moss |