Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Fixed #23941 -- Removed implicit decimal formatting from ...Josh Smeaton2014-12-121-3/+12
* Fixed #22879 -- Intercept errors coming from cursor.__nex...Mikhail Denisenko2014-10-271-1/+3
* Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin2014-06-071-2/+2
* Prevented a crash in the cursor wrappers on Oracle.Aymeric Augustin2014-04-241-2/+6
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-3/+0
* Fixed all E261 warningscoagulant2013-11-021-5/+5
* Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin2013-09-301-15/+32
* Fixed #17671 - Cursors are now context managers.Michael Manfre2013-09-251-0/+8
* Fixed #21109 -- made db cursor error wrapping fasterAnssi Kääriäinen2013-09-171-6/+10
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-0/+167