| Age | Commit message (Expand) | Author |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-10 | Fixed #1590 -- Changed MySQL get_last_insert_id() implementation to use curso... | Adrian Holovaty |
| 2006-03-28 | Fixed #1500 -- Changed MySQL AutoField to be integer, not mediumint. Thanks, ... | Adrian Holovaty |
| 2006-03-28 | Fixed #1442 -- Fixed multithreading problem with various database backends. T... | Adrian Holovaty |
| 2006-03-01 | Added note to mysql backend about DATE_FORMAT not working. Refs #1423 | Adrian Holovaty |
| 2006-02-18 | Implemented get_indexes() for Postgres backend, which means 'inspectdb' can i... | Adrian Holovaty |
| 2006-02-18 | Changed get_indexes() hook from [2346] to return 'primary_key' instead of 'ke... | Adrian Holovaty |
| 2006-02-18 | Added better docstring to get_indexes() for MySQL backend | Adrian Holovaty |
| 2006-02-18 | Fixed #1286 -- Improved 'inspectdb' so that it introspects primary_key=True a... | Adrian Holovaty |
| 2006-02-17 | Fixed #1296 -- Made SlugField maxlength configurable. Thanks, Matt | Adrian Holovaty |
| 2006-02-04 | Fixed #1328 -- Improved 'inspectdb' to handle Python reserved words as field ... | Adrian Holovaty |
| 2006-01-09 | Fixed #1121 -- Changed MySQL backend to use correct character set in MySQL 4.... | Adrian Holovaty |
| 2006-01-09 | Fixed #1034 -- Changed get_last_insert_id to quote database table name. Thank... | Adrian Holovaty |
| 2005-12-20 | Fixed #1093 -- Fixed error in inspectdb from [1688] | Adrian Holovaty |
| 2005-12-16 | Fixed #646 -- inspectdb no longer fails on database tables with hyphen in the... | Adrian Holovaty |
| 2005-12-09 | Fixed #1032 -- CREATE TABLE SQL in Postgres now quotes column name in 'CHECK'... | Adrian Holovaty |
| 2005-12-04 | reverted changes from [1534] and [1536] regarding ticket #966 | Georg Bauer |
| 2005-12-04 | fixes #989 - new 'no' translations for JavaScript | Georg Bauer |
| 2005-12-01 | Fixed #971 -- inspectdb for SQLite now introspects field types. | Adrian Holovaty |
| 2005-11-29 | Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, S... | Adrian Holovaty |
| 2005-11-21 | Fixed #800 -- Fixed bug in treatement of underscores and percent signs in SQL... | Adrian Holovaty |
| 2005-11-20 | Gave EmailField a get_internal_type() method and removed it from DATA_TYPES i... | Adrian Holovaty |
| 2005-11-15 | Fixed bug in postgresql backend that prevented the user of passwords with spa... | Jacob Kaplan-Moss |
| 2005-11-14 | Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes... | Adrian Holovaty |
| 2005-11-13 | Moved db.quote_name from a model-level function to a method of DatabaseWrappe... | Adrian Holovaty |
| 2005-11-11 | Implemented quote_name() for ado_mssql DB backend. Thanks, Jakub Labath and E... | Adrian Holovaty |
| 2005-11-01 | Added quote_name hook for each database backend. Refs #121. Thanks, Robin Mun... | Adrian Holovaty |
| 2005-11-01 | Fixed #507 -- Changed MySQL backend so that it uses 'LIKE BINARY' for case-se... | Adrian Holovaty |
| 2005-10-18 | Added DATA_TYPES_REVERSE to ado_mssql backend | Adrian Holovaty |
| 2005-10-18 | Changed get_random_function_sql for ado_mssql backend to use RAND(), which is... | Adrian Holovaty |
| 2005-10-18 | Added get_table_list() to ado_mssql backend | Adrian Holovaty |
| 2005-10-15 | Fixed #225 -- Added first stab at MS SQL Server support (via ADO). Thanks to ... | Adrian Holovaty |
| 2005-10-14 | Fixed #618 -- Added DATABASE_PORT setting. Thanks, Esaj | Adrian Holovaty |
| 2005-10-12 | Fixed #589 -- Added FilePathField. It's available as an ORM field and as a st... | Adrian Holovaty |
| 2005-10-08 | Fixed #473 -- Added a MysqlDebugWrapper to use for MySQL with DEBUG=True. It ... | Adrian Holovaty |
| 2005-09-28 | Fixed #553 -- Added django.core.meta.fields.Field.get_internal_type() hook, f... | Adrian Holovaty |
| 2005-09-26 | Fixed #489 -- Changed MySQL backend to use longtext for XMLField | Adrian Holovaty |
| 2005-09-24 | Fixed #489 -- Changed MySQL backend to use longtext instead of text for TextF... | Adrian Holovaty |
| 2005-09-19 | Fixed #491 -- Non-user connections are now supported for PostgreSQL. Thanks, ... | Adrian Holovaty |
| 2005-09-02 | Fixed #404 -- Fixed random ordering in MySQL by abstracting random function i... | Adrian Holovaty |
| 2005-08-19 | Fixed #350 -- 'offset' DB API parameter now works in MySQL 3. Tests from [540... | Adrian Holovaty |
| 2005-08-15 | Fixed #321 -- Undid [494], which assumed the installed version of MySQLdb had... | Adrian Holovaty |
| 2005-08-14 | Fixed #316 -- Changed MySQL backend to disregard warnings | Adrian Holovaty |
| 2005-08-10 | Changed [459] to use a better interface for the exception | Adrian Holovaty |
| 2005-08-10 | Changed MySQL backend so that it fails silently if rollback() isn't supported... | Adrian Holovaty |
| 2005-08-02 | Improved 'django-admin inspectdb' so that it detects ForeignKey relationships... | Adrian Holovaty |
| 2005-08-02 | Added first stab at 'django-admin.py inspectdb', which takes a database name ... | Adrian Holovaty |
| 2005-08-01 | Fixed #227 -- the sqlite backend now correctly typecasts unicode objects to b... | Jacob Kaplan-Moss |
| 2005-07-25 | Fixed #197 -- thanks for finding that, mmarshall | Jacob Kaplan-Moss |
| 2005-07-22 | Added sqlite3 database backend -- somewhat tested, but probably not 100% perf... | Jacob Kaplan-Moss |