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
2025-10-15
[6.0.x] Fixed 36622 -- Prevented LazyObject FileField storages from evaluatin...
Clifford Gama
2025-09-22
[6.0.x] Fixed #35453 -- Made ManyToManyField.concrete False.
Ryan P Kilby
2025-09-22
[6.0.x] Fixed #36612 -- Fixed a KeyTextTransform crash on MySQL against annot...
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
2025-05-14
Refs #36085 -- Moved compile_json_path to BaseDatabaseOperations.
hesham942
2025-04-03
Fixed #36290 -- Made TupleIn() lookup discard tuples containing None.
Simon Charette
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-03-31
Fixed #22977 -- Added system check for clashing managers and reverse related ...
Anthony Joseph
2025-03-28
Fixed #36239 -- Fixed a crash in ManyToManyField.through_fields check when to...
saJaeHyukc
2025-03-25
Fixed #36262 -- Made GeneratedField.db_persist a required key-word argument.
Jason Cameron
2025-02-18
Fixed #35167 -- Delegated to super() in JSONField.get_db_prep_save().
Jacob Walls
2025-02-18
Fixed #36197 -- Fixed improper many-to-many count() and exists() for non-pk t...
Simon Charette
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2025-02-13
Refs #36181 -- Removed the obsolete SubqueryConstraint machinery.
Simon Charette
2025-02-13
Fixed #36181 -- Allowed Subquery usage in __in lookups against composite pks.
Simon Charette
2025-02-11
Fixed #36149 -- Allowed subquery values against tuple exact and in lookups.
Simon Charette
2025-02-09
Fixed #36148 -- Enabled native tuple comparison lookups on SQLite 3.37+ and O...
Simon Charette
2025-02-09
Refs #36148 -- Relied on a feature switch to define tuple lookups support.
Simon Charette
2025-02-09
Refs #373 -- Delegated Tuple compilation to compiler.
Simon Charette
2025-02-06
Fixed #36061 -- Added migration support for ManyToManyField.through_fields.
brian
2025-02-06
Fixed #35677 -- Avoided non-sticky filtering of prefetched many-to-many.
Simon Charette
2025-02-03
Fixed #36135 -- Fixed reverse GenericRelation prefetching.
Simon Charette
2025-01-21
Fixed #36116 -- Optimized multi-column ForwardManyToOne prefetching.
Simon Charette
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
2025-01-15
Refs #35405 -- Removed FieldCacheMixin.get_cache_name() per deprecation timel...
Sarah Boyce
2025-01-15
Refs #33651 -- Removed Prefetch.get_current_queryset() and get_prefetch_query...
Sarah Boyce
2025-01-15
Refs #16055 -- Removed get_joining_columns()/get_reverse_joining_columns() me...
Sarah Boyce
2025-01-14
Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
Michael Manfre
2025-01-13
Refs #36050 -- Fixed OuterRef support for CompositePrimaryKey on Oracle.
Simon Charette
2025-01-10
Fixed #36050 -- Added OuterRef support to CompositePrimaryKey.
Bendeguz Csirmaz
2025-01-10
Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks.
Simon Charette
2025-01-08
Fixed #36062 -- Handled serialization of CompositePrimaryKeys.
Sarah Boyce
2025-01-07
Refs #36042 -- Raised ValueError when providing composite expressions to aggr...
Jacob Walls
2025-01-06
Fixed #36048 -- Preferred ValueError to NotSupportedError for composite pk sa...
Jacob Walls
2025-01-02
Fixed typo in django/db/models/fields/related_descriptors.py.
Jacob Walls
2025-01-02
Fixed #36034 -- Added system check for ForeignKey/ForeignObject/ManyToManyFie...
Mariusz Felisiak
2025-01-02
Refs #373 -- Errored when providing db_column to CompositePrimaryKey.
Jacob Walls
2024-12-09
Fixed #35982 -- Made DecimalField.get_db_prep_value() call DatabaseOperations...
Tim Graham
2024-12-04
Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLookup usage...
Simon Charette
[next]