django1/django/db
Adrian Holovaty 6091f0ead3 Fixed #15621 -- Fixed potentially confusing error message in db backend loading. Thanks, keegan_csmith
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-17 16:57:37 +00:00
..
backends Fixed another case-sensitivity bug in Oracle introspection. This one was harmless, but it was causing an irritating test failure. 2011-03-09 22:45:20 +00:00
models Fixed #14733: no longer "validate" .raw() queries. 2011-03-14 19:49:53 +00:00
__init__.py Fixed #15336 -- Silenced a warning about the DATABASES transition when a database backend isn't specified. Thanks to Ivan Sagalaev for the report and patch. 2011-02-19 08:10:19 +00:00
transaction.py Changeset r15232 refactored transactions so that all transaction state is maintained on the connection. This changeset continues that work, moving all transaction control to the connection, too. The transaction control functions in django.db.transaction are left as a generic way to easily apply a transaction control function based on a DB alias. Refs #9964. 2011-02-12 13:02:42 +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