index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+0
*
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-18
1
-1
/
+1
*
Fixed #31090 -- Logged transaction management queries.
Ilya Bass
2022-11-21
1
-0
/
+29
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-39
/
+68
*
Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-11-12
1
-0
/
+13
*
Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.
Ade Lee
2021-10-12
1
-2
/
+2
*
Fixed #30934 -- Included database alias in django.db.backends log messages.
Nick Pope
2021-07-02
1
-2
/
+3
*
Fixed a/an typos in "SQL" usage.
Adam Johnson
2020-05-06
1
-2
/
+2
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-1
/
+1
*
Refs #28373 -- Stopped setting tzinfo in typecast_timestamp().
Sergey Fedoseev
2019-12-11
1
-4
/
+1
*
Used time.monotonic() instead of time.time() where applicable.
Przemysław Suliga
2019-05-08
1
-3
/
+3
*
Readded comment about the default params of cursor.execute().
Daniel Hahler
2019-05-07
1
-0
/
+1
*
Refs #30148 -- Moved logging queries in CursorDebugWrapper to debug_sql() con...
kingbuzzman
2019-04-29
1
-21
/
+20
*
Removed unused 'tz' variable in typecast_timestamp().
Srinivas Reddy Thatiparthy
2018-11-09
1
-7
/
+3
*
Added django.db.backends.utils.names_digest() to remove redundant code.
Jon Dufresne
2018-10-02
1
-1
/
+12
*
Refs #27795 -- Removed force_bytes() usage in db/backends/utils.py.
Jon Dufresne
2018-09-25
1
-2
/
+1
*
Removed unused code in django.db.backends.utils.format_number().
Tim Graham
2018-07-02
1
-11
/
+7
*
Simplified SQLite's Decimal adapter.
Sergey Fedoseev
2018-07-02
1
-6
/
+0
*
Used Decimal.scaleb() in backends.utils.format_number() and DecimalField.widg...
Mariusz Felisiak
2017-12-30
1
-1
/
+1
*
Fixed #28792 -- Fixed index name truncation of namespaced tables.
Simon Charette
2017-11-14
1
-10
/
+24
*
Refs #28595 -- Added a hook to add execute wrappers for database queries.
Shai Berger
2017-09-21
1
-1
/
+14
*
Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.
Mariusz Felisiak
2017-08-12
1
-3
/
+14
*
Replaced typecast_decimal() with decimal.Decimal().
Sergey Fedoseev
2017-08-11
1
-6
/
+0
*
Refs #4518 -- Removed handling of empty strings in typecast_decimal().
Sergey Fedoseev
2017-08-09
1
-1
/
+1
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-4
/
+3
*
Refs #27843 -- Fixed 'invalid escape sequence' warning in truncate_name().
Tim Graham
2017-02-27
1
-1
/
+1
*
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-23
1
-2
/
+1
*
Fixed #27843 -- Fixed truncate_name() when the name contains a username.
Mariusz Felisiak
2017-02-17
1
-4
/
+11
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-2
/
+2
*
Fixed spelling mistakes in code and comments.
james mike dupont
2017-01-19
1
-3
/
+3
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...
Andrew Nester
2016-12-30
1
-0
/
+10
*
Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
Lukasz Wiecek
2016-04-18
1
-1
/
+1
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-4
/
+8
*
Passed logging message parameters as arguments instead of interpolating them.
Ville Skyttä
2015-12-26
1
-2
/
+2
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-1
/
+0
*
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-12
1
-3
/
+12
*
Fixed #22879 -- Intercept errors coming from cursor.__next__()
Mikhail Denisenko
2014-10-27
1
-1
/
+3
*
Fixed #3711, #6734, #12581 -- Bounded connection.queries.
Aymeric Augustin
2014-06-07
1
-2
/
+2
*
Prevented a crash in the cursor wrappers on Oracle.
Aymeric Augustin
2014-04-24
1
-2
/
+6
*
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-30
1
-1
/
+1
*
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-21
1
-3
/
+0
*
Fixed all E261 warnings
coagulant
2013-11-02
1
-5
/
+5
*
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-30
1
-15
/
+32
*
Fixed #17671 - Cursors are now context managers.
Michael Manfre
2013-09-25
1
-0
/
+8
*
Fixed #21109 -- made db cursor error wrapping faster
Anssi Kääriäinen
2013-09-17
1
-6
/
+10
*
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-16
1
-0
/
+167