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-02-18
[5.2.x] Fixed #35167 -- Delegated to super() in JSONField.get_db_prep_save().
Jacob Walls
2025-02-18
[5.2.x] Fixed #36197 -- Fixed improper many-to-many count() and exists() for ...
Simon Charette
2025-02-15
[5.2.x] Refs #36181 -- Removed the obsolete SubqueryConstraint machinery.
Mariusz Felisiak
2025-02-13
[5.2.x] Fixed #36181 -- Allowed Subquery usage in __in lookups against compos...
Simon Charette
2025-02-11
[5.2.x] Fixed #36149 -- Allowed subquery values against tuple exact and in lo...
Simon Charette
2025-02-11
[5.2.x] Refs #36148 -- Relied on a feature switch to define tuple lookups sup...
Simon Charette
2025-02-09
[5.2.x] Refs #373 -- Delegated Tuple compilation to compiler.
Simon Charette
2025-02-06
[5.2.x] Fixed #36061 -- Added migration support for ManyToManyField.through_f...
brian
2025-02-06
[5.2.x] Fixed #35677 -- Avoided non-sticky filtering of prefetched many-to-many.
Simon Charette
2025-02-03
[5.2.x] Fixed #36135 -- Fixed reverse GenericRelation prefetching.
Simon Charette
2025-01-21
[5.2.x] Fixed #36116 -- Optimized multi-column ForwardManyToOne prefetching.
Simon Charette
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
2024-12-03
Refs #35842 -- Fixed handling of quotes in JSONField key lookups on Oracle.
Sage Abdullah
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-11-11
Fixed #35815 -- Made system check accept db_default literals when DatabaseFea...
Tim Graham
2024-11-04
Refs #373 -- Added TupleIn subqueries.
Bendeguz Csirmaz
2024-10-14
Refs #373 -- Added additional validations to tuple lookups.
Bendeguz Csirmaz
2024-09-26
Refs #373 -- Added support for using tuple lookups in filters.
Bendeguz Csirmaz
2024-09-20
Refs #373 -- Updated TupleIsNull lookup to check if any is NULL rather than all.
Bendeguz Csirmaz
2024-09-11
Refs #373 -- Removed outdated comment in RelatedIn lookup.
Csirmaz Bendegúz
2024-09-11
Refs #373 -- Refactored variable assignments in ColPairs and tuple lookups.
Bendeguz Csirmaz
2024-09-11
Refs #373 -- Improved test coverage of tuple lookup checks.
Bendeguz Csirmaz
2024-09-09
Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...
Csirmaz Bendegúz
2024-08-28
Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheMixin.get...
Simon Charette
2024-08-28
Refs #16055 -- Adjusted deprecation warning stacklevel in get_joining_columns...
Simon Charette
2024-08-05
Fixed #35657 -- Made FileField handle db_default values.
Sarah Boyce
2024-08-05
Fixed #35638 -- Updated validate_constraints to consider db_default.
David Sanders
2024-08-01
Refs #373 -- Added tuple lookups.
Bendeguz Csirmaz
2024-07-09
Fixed #35580 -- Allowed related fields referencing auto-created through models.
jason_bruce
2024-07-04
Fixed #35569 -- Improved wording of invalid ForeignKey error message.
Jacob Walls
2024-05-22
Fixed #35139 -- Prevented file read after ImageField is saved to storage.
John Parton
2024-05-21
Fixed #35405 -- Converted get_cache_name into a cached property in FieldCache...
Adam Johnson
2024-05-15
Fixed #35384 -- Raised FieldError when saving a file without a name to FileFi...
Jonny Park
2024-04-01
Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for G...
Johannes Westphal
2024-03-20
Fixed #35309 -- Made prefetch clear ordering for single-valued relationships.
Laurent Lyaudet
2024-03-11
Fixed #35285 -- Optimized ForeignObject._check_unique_target().
Adam Johnson
2024-03-04
Fixed #35266 -- Deferred formatting in RelatedField._check_clashes().
Adam Johnson
2024-02-26
Fixed #35246 -- Made Field.unique a cached property.
Adam Johnson
2024-02-19
Refs #28011 -- Removed ForeignObjectRel.is_hidden().
Adam Johnson
[next]