django1/django/db
Ian Kelly 5a79b55239 Fixed a case-sensitivity bug in Oracle introspection that was preventing inspectdb from identifying foreign keys.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15785 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-09 19:40:44 +00:00
..
backends Fixed a case-sensitivity bug in Oracle introspection that was preventing inspectdb from identifying foreign keys. 2011-03-09 19:40:44 +00:00
models Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benreynwar for the report, and draft patch, and to Karen and Ramiro for the review eyeballs and patch updates. 2011-03-03 13:51:54 +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 the world's ugliest syntax (that's not an actual error) that snuck in with [14857]. 2010-12-08 18:37:00 +00:00