summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/compiler.py
AgeCommit message (Expand)Author
2014-11-26Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen
2014-11-21Fixed #23889 -- Added more usage of quote_name_unless_alias() to avoid deprec...Collin Anderson
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-09-02Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-05-27Fixed #20507 -- SubqueryConstraint alias handlingAnssi Kääriäinen
2013-03-24Fixed #19385 again, now with real code changesAnssi Kääriäinen
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2012-08-20[py3] Prepared MySQL backend for Python 3 compatibilityClaude Paroz
2012-08-14[py3] Removed unnecessary calls to .keys()Aymeric Augustin
2012-02-29Fixed #17796 -- Rolled back [17588] because the fix for the original relativelyRamiro Morales
2012-02-26Fixed #15169 -- Corrected handling of model boolean fields in MySQL spatial b...Ramiro Morales
2010-04-09Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return...Russell Keith-Magee
2010-04-01Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...Russell Keith-Magee