django1/django/db/backends/mysql_old
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 Added a mysql_old backend that matches the mysql backend prior to [4724]. This 2007-03-21 03:27:03 +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 Added a mysql_old backend that matches the mysql backend prior to [4724]. This 2007-03-21 03:27:03 +00:00
creation.py Added a mysql_old backend that matches the mysql backend prior to [4724]. This 2007-03-21 03:27:03 +00:00
introspection.py Fixed a mistaken import from the mysql backend that had snuck through. 2007-03-21 20:44:15 +00:00