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
/
base
/
base.py
Age
Commit message (
Expand
)
Author
2025-12-19
Fixed #36487 -- Fixed logger error message with partial callbacks.
Krishnaprasad MG
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-30
Fixed warnings per flake8 7.2.0.
Mariusz Felisiak
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2024-08-28
Refs #12581 -- Adjusted warning stacklevel in queries ring buffer.
Simon Charette
2024-03-01
Refs #33497 -- Added connection pool support for PostgreSQL.
Sarah Boyce
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-17
Refs #32365 -- Removed support for pytz timezones per deprecation timeline.
Mariusz Felisiak
2022-11-21
Fixed #31090 -- Logged transaction management queries.
Ilya Bass
2022-10-03
Fixed #23353 -- Used "raise from" when raising TransactionManagementError.
David Wobrock
2022-09-06
Refs #33616 -- Updated BaseDatabaseWrapper.run_on_commit comment.
DevilsAutumn
2022-09-06
Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on...
SirAbhi13
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-01
Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.
Przemysław Suliga
2021-11-19
Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...
Jonny Park
2021-11-12
Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.
Krzysztof Jagiello
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2020-10-19
Fixed #32108 -- Made transaction.on_commit() raise TypeError when callback is...
Herbert Poul
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-02-06
Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
Jon Dufresne
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-12-04
Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.
Aymeric Augustin
2019-12-04
Refs #23524 -- Unified BaseDatabaseWrapper.timezone.
Aymeric Augustin
2019-07-02
Fixed typos in comments and docs.
Min ho Kim
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-05-08
Used time.monotonic() instead of time.time() where applicable.
Przemysław Suliga
2019-02-14
Fixed #30171 -- Fixed DatabaseError in servers tests.
Jon Dufresne
2018-10-25
Refs #27025 -- Removed obsolete sqlite3 transaction management workaround for...
Tim Graham
2018-02-26
Refs #28909 -- Simplifed code using unpacking generalizations.
Mariusz Felisiak
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-09-21
Refs #28595 -- Added a hook to add execute wrappers for database queries.
Shai Berger
2017-05-23
Refs #27859 -- Added DatabaseWrapper.display_name.
Mariusz Felisiak
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-16
Refs #16614 -- Called _prepare_cursor() on every created cursor.
François Freitag
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2016-11-23
Fixed #27504 -- Allowed using the ORM after an error and rollback when autoco...
Mark Young
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-09-08
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-06-06
Fixed #26712 -- Avoided unnecessary SET TIMEZONE queries on PostgreSQL.
Simon Charette
2016-05-18
Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make...
Barthelemy Dagenais
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2015-09-11
Fixed #25329 -- Prevented _nodb_connection from being left open
Adam Chainz
2015-09-09
Changed database connection duplication technique.
Aymeric Augustin
2015-06-30
Fixed #21803 -- Added support for post-commit callbacks
Andreas Pelme
2015-05-17
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
[next]