django1/django/db/backends/mysql
Sergey Fedoseev 80ba7a881f Fixed cached_properties that share a common property.
The aliases aren't cached and thus the old usage will be an error after
refs #29478.
2018-11-19 08:59:46 -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 Fixed #29544 -- Fixed regex lookup on MariaDB. 2018-07-05 12:11:49 -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 #29882 -- Added events and stored routines to MySQL's cloned test databases. 2018-10-29 14:45:30 -04:00
features.py Fixed cached_properties that share a common property. 2018-11-19 08:59:46 -05:00
introspection.py Fixed #29480 -- Made MySQL backend retrieve constraint columns in their defined order. 2018-06-29 10:43:53 -04:00
operations.py Fixed #29845 -- Fixed Cast crash on MySQL when casting to DecimalField. 2018-10-15 15:57:22 +02:00
schema.py Fixed #29547 -- Added support for partial indexes. 2018-10-29 19:34:54 -04:00
validation.py Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL. 2017-05-23 17:02:40 +02:00