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
2025-09-22
[6.0.x] 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
2024-08-01
Reverted "Fixed #28646 -- Prevented duplicate index when unique is set to Tru...
Sarah Boyce
2024-07-30
Fixed #28646 -- Prevented duplicate index when unique is set to True on Postg...
Ben Cail
2024-07-25
Fixed #35625 -- Fixed a crash when adding a field with db_default and check c...
Simon Charette
2024-05-28
Fixed #35469 -- Removed deferred SQL to create index removed by AlterField op...
Jacob Walls
2024-05-03
Fixed #35422 -- Fixed migrations crash when altering GeneratedField referenci...
Mariusz Felisiak
2024-04-02
Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.
Simon Charette
2024-03-26
Fixed #35329 -- Fixed migrations crash when adding partial unique constraints...
Mariusz Felisiak
2024-03-14
Refs #35295 -- Added BaseDatabaseOperations.bulk_insert_sql().
Mariusz Felisiak
2024-03-01
Refs #33497 -- Added connection pool support for PostgreSQL.
Sarah Boyce
2024-02-20
Fixed #35238 -- Fixed database serialization crash when base managers use pre...
AlexCLeduc
2024-02-04
Fixed #35149 -- Fixed crashes of db_default with unresolvable output field.
Simon Charette
2024-02-04
Refs #35149 -- Made equivalent db_default alterations noops.
Simon Charette
2024-02-03
Fixed #35162 -- Fixed crash when adding fields with db_default on MySQL.
Simon Charette
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-16
Fixed #35111 -- Fixed compilation of DateField __in/__range rhs on SQLite and...
Simon Charette
2023-12-03
Fixed #35002 -- Made UniqueConstraints with fields respect nulls_distinct.
Peter Thomassen
2023-11-30
Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_comment on...
Mariusz Felisiak
2023-11-13
Fixed #34967 -- Fixed queryset crash when grouping by constants on SQLite < 3...
David Sanders
2023-11-07
Fixed #34946 -- Preserved db_default on combined default field addition.
Simon Charette
2023-11-02
Refs #31300 -- Allowed testing GeneratedField without collation.
Tim Graham
2023-10-30
Refs #29850 -- Added exclusion support to window frames.
Sarah Boyce
2023-10-28
Refs #29850 -- Added RowRange support for positive integer start and negative...
Sarah Boyce
[next]