django1/django/db/backends/mysql
Simon Charette 082c52dbed Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.
Thanks Josh for the amazing testing setup and Tim for the review.
2016-07-08 12:35:34 -04: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 Added package names to 'Error loading MySQLdb module' error. 2016-07-01 13:12:27 -04: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 Refs #25196 -- Fixed incorrect argument order in test database creation. 2015-11-13 11:29:35 -05:00
features.py Fixed #24793 -- Unified temporal difference support. 2016-02-26 12:25:12 -05:00
introspection.py Fixed W503 flake8 warnings. 2016-04-04 17:14:26 -04:00
operations.py Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields. 2016-07-08 12:35:34 -04:00
schema.py Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=False. 2016-06-28 08:22:20 -04:00
validation.py Fixed #26351 -- Added MySQL check to warn about strict mode option 2016-04-08 20:34:16 +02:00