django1/django/db
Alex Gaynor e57cc90c16 Removed deprecated legacy connection handling for `Field.get_db_*`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-30 17:48:42 +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 a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +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 Fixed #15621 -- Fixed potentially confusing error message in db backend loading. Thanks, keegan_csmith 2011-03-17 16:57:37 +00:00