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
Age
Commit message (
Expand
)
Author
2026-04-30
Fixed #37075 -- Allowed overriding the PostgreSQL pool's "check" callable.
HEAD
main
initial-branch
Raoni Timo
2026-04-18
Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.
Mariusz Felisiak
2026-04-16
Added DatabaseFeatures.disallowed_simple_test_case_connection_methods.
Tim Graham
2026-03-20
Fixed #36960 -- Enabled the use of psycopg 3's optimized timestamp loader.
Aarni Koskela
2026-03-19
Refs #36795 -- Removed unnecessary prohibits_dollar_signs_in_column_aliases f...
Simon Charette
2026-03-19
Fixed #36795 -- Enforced quoting of all database object names.
Simon Charette
2026-03-12
Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...
Simon Charette
2026-03-08
Added DatabaseFeatures.pattern_lookup_needs_param_pattern.
Tim Graham
2026-02-28
Added DatabaseOperations.convert_trunc_expression() hook.
Tim Graham
2026-02-27
Fixed #36946 -- Respected test database name when running tests in parallel o...
Sage Abdullah
2026-02-20
Refs #36938 -- Marked a test for union of ordered querysets as an expected fa...
Jacob Walls
2026-02-12
Improved error message in SQLite `DatabaseOperations.check_expression_support...
Adam Johnson
2026-02-12
Optimized SQLite `DatabaseOperations.check_expression_support()`.
Adam Johnson
2026-02-09
Added DatabaseFeatures.supports_inspectdb.
Tim Graham
2026-01-28
Fixed #36233 -- Avoided quantizing integers stored in DecimalField on SQLite.
Samriddha9619
2026-01-25
Fixed #36812 -- Dropped support for MariaDB < 10.11.
Skyiesac
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2026-01-16
Fixed #36822 -- Added parameter limit for PostgreSQL with server-side binding.
JaeHyuck Sa
2026-01-16
Refs #36822 -- Hoisted bulk_batch_size() implementations to base backend.
JaeHyuck Sa
2026-01-14
Fixed #35402 -- Fixed crash in DatabaseFeatures.django_test_skips when runnin...
Jacob Walls
2026-01-03
Added DatabaseCreation.destroy_test_db_connection_close_method hook.
Tim Graham
2025-12-31
Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.
Simon Charette
2025-12-26
Fixed #36112 -- Added fallback in last_executed_query() on Oracle and Postgre...
VIZZARD-X
2025-12-22
Fixed #36818 -- Ensured SQLite connection before accessing max_query_params.
guro-Ishiguro
2025-12-22
Fixed typo in django/db/backends/base/schema.py comment.
사재혁
2025-12-19
Fixed #36487 -- Fixed logger error message with partial callbacks.
Krishnaprasad MG
2025-12-16
Fixed #36800 -- Restored ManyToManyField renaming in BaseDatabaseSchemaEditor...
Clifford Gama
2025-12-13
Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...
Mariusz Felisiak
2025-12-12
Refs #36735 -- Supported shift parameter for UUID7 on PostgreSQL.
Lily Acorn
2025-12-12
Fixed #36735 -- Added UUID4 and UUID7 database functions.
Lily Acorn
2025-12-04
Added DatabaseFeatures.prohibits_dollar_signs_in_column_aliases.
Tim Graham
2025-12-02
Fixed CVE-2025-13372 -- Protected FilteredRelation against SQL injection in c...
Jacob Walls
2025-11-23
Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) fe...
Tim Graham
2025-11-21
Fixed #36718 -- Added JSONField support for negative array indexing on Oracle...
Clifford Gama
2025-11-20
Fixed #36748 -- Filtered non-standard placeholders from UNNEST queries.
Chris Wesseling
2025-11-17
Fixed #24920 -- Added support for DecimalField with no precision.
Mariusz Felisiak
2025-11-14
Refs #24928 -- Added introspection support for PostgreSQL HStoreField.
Mariusz Felisiak
2025-11-07
Fixed #36420 -- Used actual SQLite limits in last_executed_query() quoting.
myoungjinGo
2025-10-31
Fixed #36661 -- Added introspection of database-level delete options.
Mariusz Felisiak
2025-10-28
Fixed #36596 -- Made parallel test runner respect django_test_skips and djang...
Mariusz Felisiak
2025-10-27
Fixed #36624 -- Dropped support for MySQL < 8.4.
Mariusz Felisiak
2025-10-18
Fixed #36671 -- Dropped support for SQLite < 3.37.
Mariusz Felisiak
2025-10-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
2025-10-16
Bumped minimum isort version to 7.0.0.
Jacob Walls
2025-10-11
Fixed #36646 -- Added compatibility for oracledb 3.4.0.
Simon Charette
2025-10-03
Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.
Mariusz Felisiak
2025-09-29
Skipped NOT NULL constraints on PostgreSQL 18+.
Mariusz Felisiak
2025-09-29
Fixed #36277 -- Fixed DatabaseFeatures.supports_virtual_generated_columns on ...
arsalan64
2025-09-23
Fixed #36616 -- Added DatabaseOperations.adapt_durationfield_value().
Tim Graham
2025-09-22
Fixed #35453 -- Made ManyToManyField.concrete False.
Ryan P Kilby
[next]