summaryrefslogtreecommitdiff
path: root/django/db/backends/schema.py
AgeCommit message (Expand)Author
2012-09-07Add check constraint support - needed a few Field changesAndrew Godwin
2012-09-07Add M2M repointingAndrew Godwin
2012-09-07Repoint ForeignKeys when their to= changes.Andrew Godwin
2012-09-07Added SQLite backend which passes all current testsAndrew Godwin
2012-09-04Implement primary key changingAndrew Godwin
2012-08-30db_index alteration mostly workingAndrew Godwin
2012-08-18All tests passing on MySQLAndrew Godwin
2012-08-10Add db_table and db_tablespace handlingAndrew Godwin
2012-08-10Add support for unique_togetherAndrew Godwin
2012-08-02Add M2M tests and some unique supportAndrew Godwin
2012-06-19Add some field schema alteration methods and tests.Andrew Godwin
2012-06-18Very start of schema alteration port. Create/delete model and some tests.Andrew Godwin