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