django1/django/db/backends/mysql
Malcolm Tredinnick 1f9711ffb0 Fixed -- Re-introduced utf-8 as default encoding for interaction with
MySQL backend (a side-effect of [4724]). Thanks Andy Dustman and Michael
Radziej.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-20 23:32:39 +00:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
base.py Fixed -- Re-introduced utf-8 as default encoding for interaction with 2007-03-20 23:32:39 +00:00
client.py Fixed -- Added improved MySQL backend support from Andy Dustman. Also 2007-03-14 12:08:19 +00:00
creation.py Fixed : URLFields now accept a maxlength parameter. Thanks, Matt Croydon. 2007-01-08 20:28:31 +00:00
introspection.py Fixed -- Improved introspection for MySQL. Thanks for the patch, serbaut@gmail.com 2006-09-11 18:41:05 +00:00