summaryrefslogtreecommitdiff
path: root/django/db/utils.py
AgeCommit message (Expand)Author
2009-12-03[soc2009/multidb] Corrected error handling when the database backend is incor...Alex Gaynor
2009-11-26[soc2009/multidb] Modified database ENGINE handling to allow (with warnings) ...Alex Gaynor
2009-11-26[soc2009/multidb] Fix a number of tests when run under an old style settings ...Alex Gaynor
2009-11-23[soc2009/multidb] Renaming of database attributes - you now use NAME, ENGINE,...Alex Gaynor
2009-11-23[soc2009/multidb] Updated testing services to handle multiple databases bette...Alex Gaynor
2009-11-21[soc2009/multidb] Split SQL construction into two seperate classes, the Query...Alex Gaynor
2009-08-09[soc2009/multidb] Raise a ConnectionDoesNotExist exception, instead of a KeyE...Alex Gaynor
2009-08-01[soc2009/multidb] Switched from using an ugly hacky wrapper to a Metaclass fo...Alex Gaynor
2009-07-20[soc2009/multidb] Correctly handle pickling of Query objects, restoring them ...Alex Gaynor
2009-07-17[soc2009/multidb] Fixed a bug with EmptyQuerySet.Alex Gaynor
2009-06-18[soc2009/multidb] Ensure that when a QuerySet is given a Query object in its ...Alex Gaynor
2009-06-03[soc2009/multidb] Updated several strings and internal API names to be more c...Alex Gaynor
2009-06-03[soc2009/multidb] Updated the test runner to support syncing all the database...Alex Gaynor
2009-06-03[soc2009/multidb] Coverted all applicable management commands to have a --dat...Alex Gaynor
2009-06-03[soc2009/multidb] Implemented a connections object that is responsible for tr...Alex Gaynor