django1/django/db
Malcolm Tredinnick 134bf3a26b Backed out [6165]. It breaks things for people using psycopg2 because it requires psycopg to also be installed due to imports.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6171 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14 06:21:25 +00:00
..
backends Backed out [6165]. It breaks things for people using psycopg2 because it requires psycopg to also be installed due to imports. 2007-09-14 06:21:25 +00:00
models Fixed #5123 -- Fixed ImageField to pass along keyword arguments in its formfield method. 2007-09-14 02:54:12 +00:00
__init__.py Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is a 2007-04-25 10:18:56 +00:00
transaction.py Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00