django1/django/db
Adrian Holovaty 1a8f9b2b97 Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5974 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-20 02:20:33 +00:00
..
backends Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
models Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +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