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