summaryrefslogtreecommitdiff
path: root/django/db/backends/sqlite3/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-07Added SQLite backend which passes all current testsAndrew Godwin
2012-08-18Add a SQlite backend. One test passes!Andrew Godwin