index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
mysql
/
schema.py
Age
Commit message (
Expand
)
Author
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-03-17
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...
Claude Paroz
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-06-06
Fixed #28275 -- Added more hooks to SchemaEditor._alter_field().
Florian Apolloner
2017-05-23
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-11-05
Fixed #27441 -- Improved SQL for 'DROP COLUMN' on MySQL
Adam Chainz
2016-08-01
Fixed #26966 -- Made MySQL backend skip defaults for JSON columns
Adam Chainz
2016-06-28
Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=F...
Aaron Elliot Ross
2016-05-07
Fixed #26593 -- Leveraged deferrable_sql() in SchemaEditor
Markus Holtermann
2016-01-22
Removed unused attributes of MySQL SchemaEditor.
Tim Graham
2015-09-14
Fixed #25393 -- Fixed MySQL crash when adding text/blob field with unhashable...
Ville Skyttä
2015-06-15
Fixed #24972 -- Fixed removing unique_together indexes on MySQL.
Adam Brenecki
2015-05-30
Fixed #24846 -- Added support to MySQL SchemaEditor for all blob/text data types
Adam Chainz
2015-05-28
Fixed #24817 -- Prevented loss of null info in MySQL field renaming.
Andriy Sokolovskiy
2015-05-15
Fixed #24757 -- Recreated MySQL index when needed during combined index removal
Claude Paroz
2015-04-17
Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Claude Paroz
2015-03-30
Removed duplicate attribute in MySQL DatabaseSchemaEditor.
Andriy Sokolovskiy
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-12-27
Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB
Claude Paroz
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-05-21
Fixed unused import.
Loic Bistuer
2014-05-20
Fixed #22649: Beefed up quote_value
Andrew Godwin
2014-05-18
Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on...
Loic Bistuer
2014-02-09
Fixed #21844: Move quote_parameter off of Operations and rename
Andrew Godwin
2012-09-24
Fix NOT NULL sql for MySQL
Andrew Godwin
2012-09-04
Implement primary key changing
Andrew Godwin
2012-08-30
db_index alteration mostly working
Andrew Godwin
2012-08-18
All tests passing on MySQL
Andrew Godwin
2012-08-18
First stab at MySQL support
Andrew Godwin