django1/django/core/db
Adrian Holovaty 024e68e260 Changed MySQL backend so that it fails silently if rollback() isn't supported (the code catches NotSupportedError exception)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-10 04:45:10 +00:00
..
backends Changed MySQL backend so that it fails silently if rollback() isn't supported (the code catches NotSupportedError exception) 2005-08-10 04:45:10 +00:00
__init__.py Improved 'django-admin inspectdb' so that it detects ForeignKey relationships -- PostgreSQL only 2005-08-02 22:33:39 +00:00
base.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
dicthelpers.py Refactor dictfetch* methods from mysql backend out into a seperate module; this is so that future db backends that need these functions can share them. 2005-07-21 15:48:20 +00:00
typecasts.py Fixed #228 -- Better handling of timezones. Thanks, rmunn 2005-07-29 21:40:09 +00:00