django/django/db/backends/mysql
2017-09-18 08:12:35 -04:00
..
__init__.py
base.py Removed unused enter/exit methods of MySQL's CursorWrapper. 2017-07-17 13:16:29 -04: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 #28578 -- Renamed DatabaseCreation number arguments to suffix. 2017-09-11 11:32:40 -04:00
features.py Changed default value of DatabaseFeatures.has_bulk_insert to True. 2017-09-18 08:12:35 -04:00
introspection.py Refs #27090 -- Added real database sequence introspection. 2017-09-13 20:12:32 +02:00
operations.py Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't provided. 2017-07-27 19:36:47 +02:00
schema.py Fixed #28275 -- Added more hooks to SchemaEditor._alter_field(). 2017-06-06 11:08:40 -04:00
validation.py Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL. 2017-05-23 17:02:40 +02:00