django1/django/db
Alex Gaynor 9b3aaae255 Removed legacy handing for `settings.DATABAS_*` and using short-form references to the included database backends.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15959 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-30 17:59:44 +00:00
..
backends Simplified sqlite backend ImproperlyConfigured check now that we don't support Python 2.4 2011-03-28 02:27:05 +00:00
models Removed deprecated legacy connection handling for `Field.get_db_*`. 2011-03-30 17:48:42 +00:00
__init__.py Removed legacy handing for `settings.DATABAS_*` and using short-form references to the included database backends. 2011-03-30 17:59:44 +00:00
transaction.py Fixed #15702 -- Corrected problem in test suite introduced by Python 2.4 changes from r15927. Thanks to mk for the report and patch. 2011-03-28 14:22:48 +00:00
utils.py Removed legacy handing for `settings.DATABAS_*` and using short-form references to the included database backends. 2011-03-30 17:59:44 +00:00