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
Age
Commit message (
Expand
)
Author
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-19
Refs #36795 -- Removed unnecessary prohibits_dollar_signs_in_column_aliases f...
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-09
Added DatabaseFeatures.supports_inspectdb.
Tim Graham
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-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-11-23
Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) fe...
Tim Graham
2025-11-17
Fixed #24920 -- Added support for DecimalField with no precision.
Mariusz Felisiak
2025-10-31
Fixed #36661 -- Added introspection of database-level delete options.
Mariusz Felisiak
2025-10-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
2025-09-23
Fixed #36616 -- Added DatabaseOperations.adapt_durationfield_value().
Tim Graham
2025-09-22
Fixed #35453 -- Made ManyToManyField.concrete False.
Ryan P Kilby
2025-09-14
Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.
Simon Charette
2025-08-28
Refs #27222 -- Adapted RETURNING handling to be usable for UPDATE queries.
Simon Charette
2025-08-28
Refs #27222 -- Implemented BaseDatabaseOperations.return_insert_columns()/fet...
Simon Charette
2025-08-07
Fixed #36210, Refs #36181 -- Allowed Subquery usage in further lookups agains...
Jacob Walls
2025-08-04
Fixed #35972 -- Fixed lookup crashes after subquery annotations.
Jacob Walls
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-05-20
Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...
ontowhee
2025-05-14
Fixed #36085 -- Added JSONField support for negative array indexing on SQLite.
savanto
2025-05-14
Refs #36085 -- Moved compile_json_path to BaseDatabaseOperations.
hesham942
2025-04-30
Refs #36052, #32234 -- Removed create_test_table_with_composite_primary_key f...
Simon Charette
2025-03-30
Fixed warnings per flake8 7.2.0.
Mariusz Felisiak
2025-03-17
Fixed #34865 -- Released memory earlier than garbage collection on database w...
fowczrek
2025-03-09
Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL.
petr.prikryl
2025-03-03
Fixed #35444 -- Added generic support for Aggregate.order_by.
Chris Muthig
2025-02-22
Fixed #35839 -- Fixed crash when adding GeneratedField with db_comment on MySQL.
saJaeHyukc
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2025-02-16
Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).
Simon Charette
2025-02-09
Refs #36148 -- Relied on a feature switch to define tuple lookups support.
Simon Charette
2025-01-18
Fixed #35448 -- Fixed formatting of test --debug-sql output.
Tim Graham
2025-01-15
Refs #34547 -- Removed DatabaseOperations.field_cast_sql() per deprecation ti...
Sarah Boyce
2025-01-10
Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks.
Simon Charette
2024-12-18
Added DatabaseFeatures.rounds_to_even.
Tim Graham
2024-12-09
Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.
Simon Charette
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-08-28
Refs #34547 -- Adjusted deprecation warning stacklevel in DatabaseOperations....
Simon Charette
2024-08-28
Refs #12581 -- Adjusted warning stacklevel in queries ring buffer.
Simon Charette
[next]