index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
mysql
/
compiler.py
Age
Commit message (
Expand
)
Author
2014-11-26
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-11-21
Fixed #23889 -- Added more usage of quote_name_unless_alias() to avoid deprec...
Collin Anderson
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-09-02
Used six.moves.zip_longest, new in six 1.4.0.
Aymeric Augustin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-05-27
Fixed #20507 -- SubqueryConstraint alias handling
Anssi Kääriäinen
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2012-08-20
[py3] Prepared MySQL backend for Python 3 compatibility
Claude Paroz
2012-08-14
[py3] Removed unnecessary calls to .keys()
Aymeric Augustin
2012-02-29
Fixed #17796 -- Rolled back [17588] because the fix for the original relatively
Ramiro Morales
2012-02-26
Fixed #15169 -- Corrected handling of model boolean fields in MySQL spatial b...
Ramiro Morales
2010-04-09
Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return...
Russell Keith-Magee
2010-04-01
Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...
Russell Keith-Magee