django1/django/db/backends/mysql
Tim Graham 2f6cdc09c4 [1.11.x] Fixed #27135 -- Made index introspection return Index.suffix.
Backport of b008f7cc56 from master
2017-02-15 21:07:53 -05:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
base.py [1.11.x] Bumped MySQLdb version requirement to 1.2.3. 2017-01-25 10:31:24 -05:00
client.py Fixed #26751 -- Made dbshell exit with the shell's error code. 2016-06-27 12:20:40 -04:00
compiler.py Fixed #23867 -- removed DateQuerySet hacks 2014-11-26 17:49:25 -05:00
creation.py [1.11.x] Removed unused variables that are overwritten. 2017-01-25 09:15:36 -05:00
features.py Fixed #27718 -- Added QuerySet.union(), intersection(), difference(). 2017-01-14 08:32:07 -05:00
introspection.py [1.11.x] Fixed #27135 -- Made index introspection return Index.suffix. 2017-02-15 21:07:53 -05:00
operations.py Fixed #25912 -- Added binary left/right shift operators to F expressions. 2017-01-03 14:15:46 -05:00
schema.py Fixed #27441 -- Improved SQL for 'DROP COLUMN' on MySQL 2016-11-05 22:23:57 +01:00
validation.py Refs #25415 -- Made MySQL backend skip field validation of unsupported models. 2016-12-29 12:01:48 -05:00