django1/django/db/backends
Malcolm Tredinnick f9df4d1435 Make sure we only create the minimum number of table indexes for MySQL.
This patch simplifies a bunch of code for all backends and removes some
duplicate index creation for MySQL, in particular (versions 4.x and later).
Patch from Nis Jørgensen.

Fixed #5671, #5680, #7170, #7186.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7790 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-30 04:46:59 +00:00
..
dummy Fixed #5255 -- It's now possible again to use Django without a database. This had temporarily gotten buggy after the django.core.management refactoring last week 2007-08-25 18:27:57 +00:00
mysql Make sure we only create the minimum number of table indexes for MySQL. 2008-06-30 04:46:59 +00:00
mysql_old Make sure we only create the minimum number of table indexes for MySQL. 2008-06-30 04:46:59 +00:00
oracle Make sure we only create the minimum number of table indexes for MySQL. 2008-06-30 04:46:59 +00:00
postgresql Fixed #7565 -- Fixed a problem with PostgreSQL sequence resetting in loaddata. 2008-06-30 00:38:14 +00:00
postgresql_psycopg2 Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode -> unicode. Thanks, remco@diji.biz 2007-12-01 22:26:24 +00:00
sqlite3 Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
__init__.py Make sure we only create the minimum number of table indexes for MySQL. 2008-06-30 04:46:59 +00:00
creation.py Added django/db/backends/creation.py, with BaseCreation. Refs #5461 2007-09-14 16:44:53 +00:00
util.py Fixed #5883 -- Added __iter__ methods to the debug cursor and the postgresql backend cursor. 2008-03-17 14:15:15 +00:00