summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/compiler.py
AgeCommit message (Expand)Author
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