Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/mysql/schema.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25393 -- Fixed MySQL crash when adding text/blob f...Ville Skyttä2015-09-141-1/+2
* Fixed #24972 -- Fixed removing unique_together indexes on...Adam Brenecki2015-06-151-4/+2
* Fixed #24846 -- Added support to MySQL SchemaEditor for a...Adam Chainz2015-05-311-3/+10
* Fixed #24817 -- Prevented loss of null info in MySQL fiel...Andriy Sokolovskiy2015-05-281-3/+14
* Fixed #24757 -- Recreated MySQL index when needed during ...Claude Paroz2015-05-151-0/+18
* Fixed #24595 -- Prevented loss of null info in MySQL fiel...Claude Paroz2015-04-171-0/+8
* Removed duplicate attribute in MySQL DatabaseSchemaEditor.Andriy Sokolovskiy2015-03-311-2/+0
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Fixed #14180 -- Prevented unneeded index creation on MySQ...Claude Paroz2014-12-271-0/+12
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed unused import.Loic Bistuer2014-05-211-1/+0
* Fixed #22649: Beefed up quote_valueAndrew Godwin2014-05-201-8/+3
* Fixed #22424 -- Fixed handling of default values for Text...Loic Bistuer2014-05-181-1/+26
* Fixed #21844: Move quote_parameter off of Operations and ...Andrew 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-311-1/+1
* All tests passing on MySQLAndrew Godwin2012-08-181-3/+2
* First stab at MySQL supportAndrew Godwin2012-08-181-0/+24