Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/mysql/operations.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25470 -- Avoided unnecessary, expensive DATETIME t...Mariusz Felisiak2015-10-221-10/+8
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-3/+4
* Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne2015-06-021-13/+12
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-171-2/+2
* Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin2015-05-171-2/+2
* Normalized the implementation of get_db_converters.Aymeric Augustin2015-05-171-10/+10
* Removed global timezone-aware datetime converters.Aymeric Augustin2015-05-171-0/+8
* Fixed #24584 -- Fixed microsecond handling with older MyS...Jon Dufresne2015-04-061-1/+7
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-3/+3
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-0/+200