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
/
utils.py
Age
Commit message (
Expand
)
Author
2017-02-27
[1.11.x] Refs #27843 -- Fixed 'invalid escape sequence' warning in truncate_n...
Tim Graham
2017-02-17
[1.11.x] Fixed #27843 -- Fixed truncate_name() when the name contains a usern...
Mariusz Felisiak
2017-01-19
[1.11.x] Fixed spelling mistakes in code and comments.
james mike dupont
2016-12-30
Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...
Andrew Nester
2016-04-18
Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
Lukasz Wiecek
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-12-26
Passed logging message parameters as arguments instead of interpolating them.
Ville Skyttä
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-10-27
Fixed #22879 -- Intercept errors coming from cursor.__next__()
Mikhail Denisenko
2014-06-07
Fixed #3711, #6734, #12581 -- Bounded connection.queries.
Aymeric Augustin
2014-04-24
Prevented a crash in the cursor wrappers on Oracle.
Aymeric Augustin
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2013-11-02
Fixed all E261 warnings
coagulant
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-25
Fixed #17671 - Cursors are now context managers.
Michael Manfre
2013-09-17
Fixed #21109 -- made db cursor error wrapping faster
Anssi Kääriäinen
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham