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
/
models
Age
Commit message (
Expand
)
Author
2026-04-28
Fixed #36912 -- Added connector validation to Q.create().
Anna Makarudze
2026-04-22
Fixed #37057 -- Adjusted UniqueConstraint handling of UNKNOWN condition.
Simon Charette
2026-04-22
Fixed #35870 -- Made blank choice label in forms more accessible.
Annabelle Wiegart
2026-04-19
Refs #28586 -- Added DEFAULT_FETCH_MODE module constant.
Jacob Walls
2026-04-19
Fixed #37047 -- Fixed crash in Query.orderby_issubset_groupby for descending ...
Anže Pečar
2026-04-18
Fixed #37036 -- Added missing flat=True arg in DeferredAttribute.fetch_many().
garybadwal
2026-04-18
Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.
Mariusz Felisiak
2026-04-14
Fixed #27150 -- Made base File objects truthy by default.
VIZZARD-X
2026-04-03
Fixed #37016 -- Avoided propagating invalid arguments from When() to Q().
varunkasyap
2026-04-02
Fixed #36973 -- Made fields.E348 check detect further clashes between manager...
Clifford Gama
2026-04-02
Fixed #20024 -- Fixed handling of __in lookups with None in exclude().
Eddy Adegnandjou
2026-03-24
Refs #36494 -- Prevented crash in JSONField numeric lookups with expressions.
Vignesh Anand
2026-03-19
Refs #36795 -- Deprecated SQLCompiler.quote_name_unless_alias().
Simon Charette
2026-03-19
Fixed #36795 -- Enforced quoting of all database object names.
Simon Charette
2026-03-18
Fixed #36987 -- Observed prepared argument in UUIDField.get_db_prep_value().
Jacob Walls
2026-03-16
Fixed #36906 -- Handled coalescing JSON-primitive strings and JSON values on ...
Kanin Kearpimy
2026-03-13
Fixed #36927 -- Optimized Field.deconstruct().
Adam Johnson
2026-03-12
Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...
Simon Charette
2026-03-12
Encapsulated loop logic to avoid leaking module-level variables.
Emmanuel Ferdman
2026-03-11
Refs #28455 -- Avoided QuerySet cloning for Prefetch() when queryset is not p...
Keryn Knight
2026-03-11
Refs #28455 -- Avoided QuerySet cloning in simple prefetch_related() usages.
Keryn Knight
2026-03-11
Refs #28455 -- Implemented private API methods for preventing QuerySet cloning.
Keryn Knight
2026-03-09
Refactored PatternLookup to improve readability.
Tim Graham
2026-03-08
Added DatabaseFeatures.pattern_lookup_needs_param_pattern.
Tim Graham
2026-03-02
Refs #35381 -- Moved JSONNull to django.db.models.expressions.
Clifford Gama
2026-02-28
Added DatabaseOperations.convert_trunc_expression() hook.
Tim Graham
2026-02-27
Refs #35972 -- Returned params in a tuple in further expressions.
Jacob Walls
2026-02-13
Fixed #36857 -- Added QuerySet.totally_ordered property.
VIZZARD-X
2026-02-10
Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer...
93578237
2026-02-10
Fixed #36890 -- Supported StringAgg(distinct=True) on SQLite with the default...
varunkasyap
2026-02-06
Fixed #36644 -- Enabled empty order_by() to avoid pk ordering by first()/last().
Nilesh Kumar Pahari
2026-02-06
Refs #36644 -- Applied default ordering after union().
Nilesh Kumar Pahari
2026-02-03
Refs CVE-2026-1312 -- Raised ValueError when FilteredRelation aliases contain...
Jacob Walls
2026-02-03
Fixed CVE-2026-1312 -- Protected order_by() from SQL injection via aliases wi...
Jacob Walls
2026-02-03
Fixed CVE-2026-1287 -- Protected against SQL injection in column aliases via ...
Jake Howard
2026-01-29
Fixed #36847 -- Ensured auto_now_add fields are set on pre_save().
Nilesh Kumar Pahari
2026-01-20
Fixed #36030 -- Fixed precision loss in division of Decimal literals on SQLite.
VIZZARD-X
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2026-01-16
Fixed #36352 -- Improved error message for fields excluded by prior values()/...
JaeHyuck Sa
2026-01-14
Fixed #36821 -- Treated empty strings as NULL for iexact lookups on Oracle.
JaeHyuck Sa
2026-01-13
Fixed #35442 -- Prevented N+1 queries in RelatedManager with only().
Samriddha9619
2026-01-12
Fixed #36858 -- Optimized `Field._get_default()` for `db_default` case.
Adam Johnson
2026-01-09
Fixed #36815 -- Optimized insertion of db_default fields in bulk_create().
YashRaj1506
2026-01-06
Fixed #29257 -- Caught DatabaseError when attempting to close a possibly alre...
VIZZARD-X
2025-12-28
Refs #24920 -- Made DecimalField system checks database dependent.
Mariusz Felisiak
2025-12-22
Fixed #36787 -- Fixed crash in In lookups with mixed expressions and strings.
JaeHyuck Sa
2025-12-22
Fixed #36508 -- Interpreted __iexact=None on KeyTransforms as __exact=None.
Clifford Gama
2025-12-22
Fixed #36806 -- Added system check for null kwarg in GeneratedField.
Nilesh Kumar Pahari
2025-12-19
Fixed #36808 -- Required name argument in UniqueConstraint signature.
Jonathan Biemond
2025-12-18
Fixed #36701 -- Fixed memory leak in ModelState.
Samriddha9619
[next]