summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/introspection.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey2009-12-171-1/+1
* Fixed #7536 -- Added NEWDECIMAL to introspection types in the mysql backend. ...Brian Rosner2008-08-231-0/+1
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-83/+84
* Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty2007-08-201-1/+2
* Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick2007-05-211-1/+1
* Fixed #4048 -- When introspecting a MySQL database, map CHAR(n) fields toMalcolm Tredinnick2007-04-201-1/+1
* Fixed #2700 -- Improved introspection for MySQL. Thanks for the patch, serbau...Adrian Holovaty2006-09-111-0/+1
* Fixed #2699 -- Added quote_name() call to MySQL introspection.py. Thanks for ...Adrian Holovaty2006-09-111-1/+1
* Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss2006-07-211-1/+0
* Fixed #1830 -- MySQL inspectdb now detects tinyint field properlyAdrian Holovaty2006-05-161-0/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+94