django1/django/db/backends/mysql
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
..
__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 Fixed #23753 -- Added a suite of SQL Functions 2014-12-27 15:27:27 +11:00
client.py Fixed #22646: Added support for the MySQL ssl-ca option to dbshell. 2014-08-13 18:29:42 -04:00
compiler.py Fixed #23867 -- removed DateQuerySet hacks 2014-11-26 17:49:25 -05:00
creation.py Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
introspection.py Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB 2014-12-27 12:52:44 +01:00
schema.py Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB 2014-12-27 12:52:44 +01:00
validation.py Fixed #18757, #14462, #21565 -- Reworked database-python type conversions 2014-09-03 20:36:03 +01:00