django1/django/db/backends/mysql
Malcolm Tredinnick b3e0b59def Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is a
useful error to be able to catch explicitly. Thanks, enlight.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5076 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-25 10:18:56 +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 #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is a 2007-04-25 10:18:56 +00:00
client.py Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. Also 2007-03-14 12:08:19 +00:00
creation.py Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon. 2007-01-08 20:28:31 +00:00
introspection.py Fixed #4048 -- When introspecting a MySQL database, map CHAR(n) fields to 2007-04-20 10:05:39 +00:00