summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/schema.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #21844: Move quote_parameter off of Operations and renameAndrew Godwin2014-02-091-0/+5
|
* Fix NOT NULL sql for MySQLAndrew Godwin2012-09-241-1/+1
|
* Implement primary key changingAndrew Godwin2012-09-041-0/+3
|
* db_index alteration mostly workingAndrew Godwin2012-08-301-1/+1
|
* All tests passing on MySQLAndrew Godwin2012-08-181-3/+2
|
* First stab at MySQL supportAndrew Godwin2012-08-181-0/+24