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
Age
Commit message (
Expand
)
Author
2025-12-10
Refs #36025 -- Made get_prep_lookup() pass output_field when wrapping direct ...
Clifford Gama
2025-12-10
Refs #36689 -- Serialized JSONIn rhs parameters wrapped in Value expressions.
Clifford Gama
2025-12-10
Fixed #36689 -- Fixed top-level JSONField __in lookup failures on MySQL and O...
Clifford Gama
2025-12-05
Fixed #36722 -- Moved AutoFieldMixin validate_autopk_value() check to get_db_...
Clifford Gama
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-24
Fixed #36751 -- Fixed empty filtered aggregation crash over annotated queryset.
Simon Charette
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-19
Fixed #26609 -- Extended fields.E004 system check for unordered iterables.
Mariusz Felisiak
2025-11-18
Fixed #36141 -- Checked for applied replaced migrations recursively.
Georgi Yanchev
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-13
Fixed #36730 -- Fixed constraint validation crash for excluded FK attnames.
Adam Johnson
2025-11-12
Refs #35381 -- Made JSONNull deconstruct using convenient import path.
Clifford Gama
2025-11-07
Fixed #36420 -- Used actual SQLite limits in last_executed_query() quoting.
myoungjinGo
2025-11-06
Fixed #36702 -- Made bulk_create() return pk values set by an expression.
us77ipis
2025-11-05
Refs CVE-2025-64459 -- Avoided propagating invalid arguments to Q on dictiona...
Jacob Walls
2025-11-05
Fixed CVE-2025-64459 -- Prevented SQL injections in Q/QuerySet via the _conne...
Jacob Walls
2025-11-04
Fixed #36704 -- Fixed system check error for proxy model with a composite pk.
Hal Blackburn
2025-11-04
Fixed #36652 -- Increased determinism when loading migrations from disk.
Jayden Kneller
2025-11-03
Fixed #36695 -- Fixed handling of parameterized generics in migration seriali...
Augusto Pontes
2025-10-31
Fixed #36661 -- Added introspection of database-level delete options.
Mariusz Felisiak
2025-10-29
Refs #35381 -- Deprecated using None in JSONExact rhs to mean JSON null.
Clifford Gama
2025-10-29
Fixed #35381 -- Added JSONNull() expression.
Clifford Gama
2025-10-29
Refs #35972 -- Returned params in a tuple in further lookups.
Jacob Walls
2025-10-28
Reverted "Fixed #26434 -- Removed faulty clearing of ordering field when miss...
Jacob Walls
2025-10-28
Fixed #36596 -- Made parallel test runner respect django_test_skips and djang...
Mariusz Felisiak
2025-10-27
Fixed #26434 -- Removed faulty clearing of ordering field when missing from e...
Michal Mládek
2025-10-27
Fixed #36624 -- Dropped support for MySQL < 8.4.
Mariusz Felisiak
2025-10-25
Fixed #36683 -- Added error message on QuerySet.update() following distinct(*...
Matthew Shirley
2025-10-24
Fixed #36674 -- Fixed memory leak in select_related().
Ken Nzioka
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-16
Refs #28586 - Copied fetch mode in QuerySet.create().
Adam Johnson
2025-10-16
Refs #28586 -- Copied fetch modes to related objects.
Adam Johnson
2025-10-16
Refs #28586 -- Simplified related descriptor get_queryset() methods.
Adam Johnson
2025-10-16
Refs #28586 -- Made fetch modes pickle as singletons.
Adam Johnson
2025-10-16
Fixed #28586 -- Added model field fetch modes.
Adam Johnson
2025-10-15
Fixed 36622 -- Prevented LazyObject FileField storages from evaluating at boo...
Clifford Gama
2025-10-14
Fixed #36648, Refs #33772 -- Accounted for composite pks in first()/last() wh...
Jacob Walls
2025-10-14
Fixed #36654 -- Corrected Model._do_update()'s docstring.
Augusto Pontes
2025-10-13
Fixed #36611, Refs #36580 -- Added system check for multicolumn ForeignObject...
Sarah Boyce
2025-10-13
Fixed #36660 -- Fixed a regression in descending Index local field checks.
Simon Charette
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-10-01
Fixed CVE-2025-59681 -- Protected QuerySet.annotate(), alias(), aggregate(), ...
Mariusz Felisiak
2025-09-30
Fixed #36614 -- Deprecated QuerySet.values_list(flat=True) without a field.
Adam Johnson
[prev]
[next]