Claude Paroz
|
02260ea3f6
|
Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Thanks Simon Percivall for the report, and Simon Charette and Tim
Graham for the reviews.
|
2015-04-17 10:25:15 +02:00 |
Andriy Sokolovskiy
|
29b4a3f513
|
Removed duplicate attribute in MySQL DatabaseSchemaEditor.
|
2015-03-30 19:23:41 -04:00 |
Tim Graham
|
28308078f3
|
Fixed #22603 -- Reorganized classes in django.db.backends.
|
2015-01-14 14:16:20 -05:00 |
Claude Paroz
|
2ceb10f3b0
|
Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB
Thanks zimnyx for the report and Simon Charette, Tim Graham for
the reviews.
|
2014-12-27 12:52:44 +01:00 |
Tim Graham
|
1101467ce0
|
Limited lines to 119 characters in django/
refs #23395.
|
2014-09-05 09:22:16 -04:00 |
Loic Bistuer
|
27a3cfcd77
|
Fixed unused import.
|
2014-05-21 10:42:07 +07:00 |
Andrew Godwin
|
125b3d4407
|
Fixed #22649: Beefed up quote_value
|
2014-05-20 15:41:01 +01:00 |
Loic Bistuer
|
1d3d01b4f7
|
Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on MySQL.
Thanks syphar for the review and suggestions.
|
2014-05-18 11:58:16 +07:00 |
Andrew Godwin
|
42607a9e33
|
Fixed #21844: Move quote_parameter off of Operations and rename
|
2014-02-09 12:42:26 +00:00 |
Andrew Godwin
|
588b839b26
|
Fix NOT NULL sql for MySQL
|
2012-09-24 12:52:43 +01:00 |
Andrew Godwin
|
cd583d6dbd
|
Implement primary key changing
|
2012-09-04 12:53:31 -04:00 |
Andrew Godwin
|
d865503389
|
db_index alteration mostly working
|
2012-08-30 23:11:56 +01:00 |
Andrew Godwin
|
f7955c703d
|
All tests passing on MySQL
|
2012-08-18 13:48:54 +01:00 |
Andrew Godwin
|
cab044c66c
|
First stab at MySQL support
|
2012-08-18 12:29:31 +01:00 |