django1/django/db/backends/mysql
Yann Sionneau e47b8293a7 Fixed #30636 -- Fixed options ordering when cloning test database on MySQL.
--defaults-file must be given before other options.
2019-07-16 07:25:43 +02: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 #30451 -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
client.py Fixed #28322 -- Added dbshell support for MySQL client TLS certs. 2017-06-19 18:11:25 -04:00
compiler.py Fixed #23867 -- removed DateQuerySet hacks 2014-11-26 17:49:25 -05:00
creation.py Fixed #30636 -- Fixed options ordering when cloning test database on MySQL. 2019-07-16 07:25:43 +02:00
features.py Fixed cached_properties that share a common property. 2018-11-19 08:59:46 -05:00
introspection.py Renamed import in MySQL introspection backend for consistency. 2019-01-09 08:12:45 -05:00
operations.py Fixed #30128 -- Fixed handling timedelta timezone in database functions. 2019-06-13 09:29:43 +02:00
schema.py Fixed #30380 -- Handled bytes in MySQL backend for PyMySQL support. 2019-04-19 20:34:20 +02:00
validation.py Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL. 2017-05-23 17:02:40 +02:00