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
/
fields
Age
Commit message (
Expand
)
Author
2026-06-10
Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.
zhengkangyang
2026-05-05
Fixed #37053 -- Added validate=True to base64.b64decode() calls.
Sarah Boyce
2026-04-22
Fixed #35870 -- Made blank choice label in forms more accessible.
Annabelle Wiegart
2026-04-14
Fixed #27150 -- Made base File objects truthy by default.
VIZZARD-X
2026-04-02
Fixed #36973 -- Made fields.E348 check detect further clashes between manager...
Clifford Gama
2026-03-24
Refs #36494 -- Prevented crash in JSONField numeric lookups with expressions.
Vignesh Anand
2026-03-18
Fixed #36987 -- Observed prepared argument in UUIDField.get_db_prep_value().
Jacob Walls
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-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-02
Refs #35381 -- Moved JSONNull to django.db.models.expressions.
Clifford Gama
2026-01-12
Fixed #36858 -- Optimized `Field._get_default()` for `db_default` case.
Adam Johnson
2025-12-28
Refs #24920 -- Made DecimalField system checks database dependent.
Mariusz Felisiak
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-17
Fixed #27380 -- Added "raw" argument to m2m_changed signals.
Mariusz Felisiak
2025-12-17
Refs #27380 -- Added ManyRelatedManager.set_base() hook.
Mariusz Felisiak
2025-12-17
Refs #27380 -- Made ManyRelatedManager.set() use *_base() hooks.
Mariusz Felisiak
2025-12-17
Refs #27380 -- Made ManyRelatedManager.add()/clear()/remove() implementation ...
Mariusz Felisiak
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-11-23
Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) fe...
Tim Graham
2025-11-19
Fixed #26609 -- Extended fields.E004 system check for unordered iterables.
Mariusz Felisiak
2025-11-17
Fixed #24920 -- Added support for DecimalField with no precision.
Mariusz Felisiak
2025-11-12
Refs #35381 -- Made JSONNull deconstruct using convenient import path.
Clifford Gama
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-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
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
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-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-22
Fixed #36612 -- Fixed a KeyTextTransform crash on MySQL against annotations.
Simon Charette
2025-09-14
Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.
Simon Charette
2025-08-23
Refs #470 -- Adjusted Field.db_returning to be backend agnostic.
Simon Charette
2025-08-07
Fixed #36210, Refs #36181 -- Allowed Subquery usage in further lookups agains...
Jacob Walls
2025-08-05
Fixed #36530 -- Extended fields.E347 to check for ManyToManyField involving C...
jkhall81
2025-07-28
Fixed #36522 -- Added support for filtering composite pks using a tuple of ex...
Simon Charette
2025-07-23
Refs #36500 -- Corrected rewrapped long lines fixed via a script.
Mike Edmunds
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-07-22
Fixed #36282 -- Used prefetched values in ForwardManyToOneDescriptor from ind...
Take Weiland
2025-07-09
Fixed typo in ReverseManyToOneDescriptor docstring.
tinmarbusir
2025-06-30
Fixed #36464 -- Fixed "__in" tuple lookup on backends lacking native support.
Simon Charette
2025-06-04
Fixed #36432 -- Fixed a prefetch_related crash on related target subclass que...
Simon Charette
[next]