summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/base.py
Commit message (Expand)AuthorAgeFilesLines
* unicode: Merged changes from trunk up to [5579].Malcolm Tredinnick2007-07-011-0/+2
* unicode: Merged from trunk up to [5530]. Oracle backend has not been ported toMalcolm Tredinnick2007-06-251-2/+21
* unicode: Merged from trunk up to [5308].Malcolm Tredinnick2007-05-211-1/+3
* unicode: Merged from trunk up to [5080].Malcolm Tredinnick2007-04-261-0/+1
* unicode: Converted the template output and database I/O interfaces toMalcolm Tredinnick2007-04-091-1/+1
* Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w...Russell Keith-Magee2007-04-061-0/+5
* Fixed #3754 -- Re-introduced utf-8 as default encoding for interaction withMalcolm Tredinnick2007-03-201-0/+2
* Fixed #3747 -- Added a stricter MySQLdb version check so that (1, 2, 1,Malcolm Tredinnick2007-03-181-2/+8
* Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. AlsoMalcolm Tredinnick2007-03-141-35/+25
* Fixed #3024 -- Fixed database commit() and rollback() behaviour so it worksMalcolm Tredinnick2007-03-091-2/+3
* Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee2007-03-011-0/+30
* Fixed #3390: the serializer can now contain forward references. Thanks, Russ.Jacob Kaplan-Moss2007-02-261-0/+3
* Fixed #3151 -- Improved MySQL backend not to send 'SET NAMES utf8' before eve...Adrian Holovaty2006-12-301-3/+5
* Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs...Jacob Kaplan-Moss2006-11-071-1/+3
* Fixed omission in [3872].Malcolm Tredinnick2006-09-271-1/+1
* Reintroduced the changes from [3855] with more flexible handling of versionMalcolm Tredinnick2006-09-271-0/+18
* Removed one more legacy bit from [3855]. Refs #2827.Adrian Holovaty2006-09-261-1/+0
* Fixed #2827 -- Reverted [3855]Adrian Holovaty2006-09-261-11/+0
* Fixed #2188 -- Raise an error when using long CharFields in combination withMalcolm Tredinnick2006-09-261-0/+12
* Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss2006-07-211-1/+1
* Fixed #2108 -- allow saving of empty models, rather than just dropping them.Malcolm Tredinnick2006-06-081-0/+3
* Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s...Adrian Holovaty2006-06-031-0/+3
* Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the ...Adrian Holovaty2006-05-261-1/+5
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+167