summaryrefslogtreecommitdiff
path: root/django/db/backends/creation.py
AgeCommit message (Expand)Author
2008-08-12Fixed a group of missing imports, aliases and parameter passings from theMalcolm Tredinnick
2008-08-11Fixed #8228: fixed a Python 2.3 compatibility from [8296].Jacob Kaplan-Moss
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2007-09-14Added django/db/backends/creation.py, with BaseCreation. Refs #5461Adrian Holovaty