summaryrefslogtreecommitdiff
path: root/django/db/backends/utils.py
AgeCommit message (Expand)Author
2016-04-18Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.Lukasz Wiecek
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-12-26Passed logging message parameters as arguments instead of interpolating them.Ville Skyttä
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-12Fixed #23941 -- Removed implicit decimal formatting from expressions.Josh Smeaton
2014-10-27Fixed #22879 -- Intercept errors coming from cursor.__next__()Mikhail Denisenko
2014-06-07Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin
2014-04-24Prevented a crash in the cursor wrappers on Oracle.Aymeric Augustin
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2013-11-02Fixed all E261 warningscoagulant
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-25Fixed #17671 - Cursors are now context managers.Michael Manfre
2013-09-17Fixed #21109 -- made db cursor error wrapping fasterAnssi Kääriäinen
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham