django1/django/db/backends
Malcolm Tredinnick 439cb4047f Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
improvement and forward-compatible with future Python releases. Patch from Gary
Wilson.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5091 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-26 13:30:48 +00:00
..
ado_mssql Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is a 2007-04-25 10:18:56 +00:00
dummy Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is a 2007-04-25 10:18:56 +00:00
mysql Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is a 2007-04-25 10:18:56 +00:00
mysql_old Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00
oracle Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is a 2007-04-25 10:18:56 +00:00
postgresql Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00
postgresql_psycopg2 Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is a 2007-04-25 10:18:56 +00:00
sqlite3 Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is a 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
util.py Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00