django1/django/db/backends/mysql
Aymeric Augustin fe6b5e62b1 Normalized the implementation of get_db_converters.
Put the types in the same order and checked for None consistently.
2015-05-17 09:36:27 +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 Removed global timezone-aware datetime converters. 2015-05-17 09:36:23 +02:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
compiler.py Fixed #23867 -- removed DateQuerySet hacks 2014-11-26 17:49:25 -05:00
creation.py Removed obsolete SQL generation methods. 2015-01-18 15:58:06 -05:00
features.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
introspection.py Removed unused foreign_key_re variables in MySQL/Oracle DB backends 2015-02-18 10:22:30 -05:00
operations.py Normalized the implementation of get_db_converters. 2015-05-17 09:36:27 +02:00
schema.py Fixed #24757 -- Recreated MySQL index when needed during combined index removal 2015-05-15 17:07:14 +02:00
validation.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00