django1/django/db/backends/mysql
Claude Paroz 3c0a81aaf0 Fixed #19709 -- Fixed TimeField introspection on MySQL
Thanks Eugene Grachev for the report.
2013-01-31 20:41:57 +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 #19274 -- Made db connection creation overridable in subclasses 2012-11-27 19:47:19 +02:00
client.py Fixed #15006 -- Removed some stray tabs in python code. Thanks to vanschelven for the report. 2011-01-03 13:19:59 +00:00
compiler.py [py3] Prepared MySQL backend for Python 3 compatibility 2012-08-20 10:46:21 +02:00
creation.py Fixed #19677 -- Introspection of recursive foreign keys under SQLite. 2013-01-28 10:17:56 +01:00
introspection.py Fixed #19709 -- Fixed TimeField introspection on MySQL 2013-01-31 20:41:57 +01:00
validation.py Fixed #18116 -- Raised minimum MySQL version officially suported to 5.0.3. 2012-04-21 03:04:10 +00:00