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
/
backends
/
creation.py
Age
Commit message (
Expand
)
Author
2009-04-09
Fixed #10647: intermediary tables between two umanaged models are no longer c...
Jacob Kaplan-Moss
2009-03-11
Fixed the django.contrib.gis test database creation as well.
Malcolm Tredinnick
2009-03-11
Fixed some breakages in the test database handling from r10026.
Malcolm Tredinnick
2009-03-09
Fixed #3163 -- Add a "Meta.managed" option to models.
Malcolm Tredinnick
2009-03-01
Changed the way cache specifiers are parsed.
Malcolm Tredinnick
2009-01-16
Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...
Karen Tracey
2009-01-06
Fixed #9862 -- For better SQL portability, don't specify "NULL" on nullable
Malcolm Tredinnick
2008-12-02
Fixed #9736 -- Added quoting to the SQL constraint names generated during tab...
Russell Keith-Magee
2008-08-12
Fixed a group of missing imports, aliases and parameter passings from the
Malcolm Tredinnick
2008-08-11
Fixed #8228: fixed a Python 2.3 compatibility from [8296].
Jacob Kaplan-Moss
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2007-09-14
Added django/db/backends/creation.py, with BaseCreation. Refs #5461
Adrian Holovaty