summaryrefslogtreecommitdiff
path: root/django/db/__init__.py
AgeCommit message (Expand)Author
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2009-03-13Improved the error message in case of an invalid DATABASE_BACKEND to ignore '...Adrian Holovaty
2009-03-13Fixed #10487 -- Refactored the database-backend-selection logic into a functi...Adrian Holovaty
2009-03-11Fixed #10459 -- Refactored the internals of database connection objects so th...Adrian Holovaty
2009-03-01Fixed #8706 -- Improved the way we detect available database backends.Malcolm Tredinnick
2008-08-17Fixed #8238 -- If an invalid database backend is mentioned in settings and theMalcolm Tredinnick
2008-08-16Fixed #8315 -- If an exception is raised whilst trying to rollback aMalcolm Tredinnick
2008-08-11Corrected a problem with the error message when the nominated database backen...Russell Keith-Magee
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2007-12-09Fixed #6147 -- Typo fix (that amazingly didn't stop the code working) in the ...Malcolm Tredinnick
2007-09-15Fixed #5454: settings.DATABASE_BACKEND may now refer to an external package (...Jacob Kaplan-Moss
2007-04-25Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is aMalcolm Tredinnick
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
2006-11-13Fixed typo in 'incorrect backend' database error messageAdrian Holovaty
2006-11-07Formatting fixes from the past round of checkinsAdrian Holovaty
2006-11-07Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs...Jacob Kaplan-Moss
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-05-26Improved error message if DATABASE_ENGINE is invalid.Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty