django1/django/db
Adrian Holovaty b3912d3609 Changed backend create_test_db() and destroy_test_db() hooks NOT to take the backend as an argument, as the backend as an object is going away
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-20 03:16:55 +00:00
..
backends Changed backend create_test_db() and destroy_test_db() hooks NOT to take the backend as an argument, as the backend as an object is going away 2007-08-20 03:16:55 +00:00
models Refactored get_field_cast_sql() to DatabaseOperations.field_cast_sql(). Refs #5106 2007-08-20 03:03:40 +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