summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2025-03-30[5.2.x] Fixed warnings per flake8 7.2.0.Mariusz Felisiak
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-16[5.2.x] Fixed #35967 -- Deferred test suite fixtures serialization after all ...Simon Charette
2025-02-15[5.2.x] Refs #36181 -- Removed the obsolete SubqueryConstraint machinery.Mariusz Felisiak
2025-02-15[5.2.x] Fixed #36173 -- Stabilized identity of Concat with an explicit output...Simon Charette
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] Refs #34975 -- Removed unnecessary lookups.In.get_refs().Simon Charette
2025-02-06[5.2.x] Fixed #36025 -- Fixed re-aliasing of iterable (in/range) lookups rhs.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-06[5.2.x] Refs #22997 -- Prevented requesting a default value for auto fields.Ben Cail
2025-02-03[5.2.x] Fixed #36135 -- Fixed reverse GenericRelation prefetching.Simon Charette
2025-01-30[5.2.x] Fixed #35235 -- Removed caching of BaseExpression._output_field_or_none.sharonwoo
2025-01-30[5.2.x] Fixed #36155 -- Improved error handling when annotate arguments requi...Vinko Mlačić
2025-01-29[5.2.x] Fixed #36118 -- Accounted for multiple primary keys in bulk_update ma...Sarah Boyce
2025-01-28[5.2.x] Fixed #36122 -- Raised FieldError when updating with composite refere...Simon Charette
2025-01-28[5.2.x] Fixed #36120 -- Raised FieldError when targeting a composite primary ...Jacob Walls
2025-01-27[5.2.x] Fixed #36109 -- Fixed RecursionError when stacking FilteredRelation j...Peter DeVita
2025-01-25[5.2.x] Fixed #36111 -- Fixed test --debug-sql crash on Oracle when no prior ...Jacob Walls
2025-01-22[5.2.x] Fixed #36117 -- Raised ValueError when providing composite expression...Simon Charette
2025-01-22[5.2.x] Refs #36042 -- Consolidated composite expression checks in BaseExpres...Simon Charette
2025-01-21[5.2.x] Fixed #36116 -- Optimized multi-column ForwardManyToOne prefetching.Simon Charette
2025-01-20[5.2.x] Fixed #36107 -- Adjusted UNNEST bulk_create strategy to opt-out sized...Simon Charette
2025-01-15Fixed #36100 -- Checked if composite pk is set in get_next/get_previous.Jacob Walls
2025-01-14Fixed #36051 -- Declared arity on aggregate functions.Jacob Walls
2025-01-14Refs #36075 -- Adjusted MTI handling of _non_pk_concrete_field_names.Simon Charette
2025-01-14Refs #36075 -- Adjusted pk_fields usage in bulk_update eligibility checks.Simon Charette
2025-01-14Fixed #36093 -- Adjusted unique checks to account for inherited primary keys.Simon Charette
2025-01-14Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.Michael Manfre
2025-01-13Fixed #36092 -- Disallowed non-local fields in composite primary keys.Bendeguz Csirmaz
2025-01-13Refs #36075 -- Used field in pk_fields over field.primary_key.Sarah Boyce
2025-01-13Refs #36050 -- Fixed OuterRef support for CompositePrimaryKey on Oracle.Simon Charette
2025-01-13Fixed #36086 -- Fixed crash when using GeneratedField with non-AutoField pk.Simon Charette
2025-01-13Refs #373 -- Removed unused composite pk code in SQLInsertCompiler.Simon Charette
2025-01-10Fixed #36050 -- Added OuterRef support to CompositePrimaryKey.Bendeguz Csirmaz
2025-01-10Fixed #36064 -- Skipped an UPDATE when adding a model instance with a composi...Bendeguz Csirmaz
2025-01-10Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks.Simon Charette
2025-01-10Fixed #36068 -- Raised ValueError when providing a composite PK field to bulk...Jacob Walls
2025-01-09Fixed #36074 -- Excluded composite primary key fields on save() updates.Simon Charette
2025-01-08Fixed #36062 -- Handled serialization of CompositePrimaryKeys.Sarah Boyce
2025-01-08Fixed #36065 -- Fixed ordering by expression referencing composite primary key.Simon Charette
2025-01-07Refs #36042 -- Raised ValueError when providing composite expressions to aggr...Jacob Walls
2025-01-07Fixed #36042 -- Raised ValueError when using CompositePrimaryKey as rhs.Jacob Walls
2025-01-06Fixed #35718 -- Add JSONArray to django.db.models.functions.John Parton
2025-01-06Fixed #36048 -- Preferred ValueError to NotSupportedError for composite pk sa...Jacob Walls
2025-01-03Fixed #35918 -- Added support for execute_sql to directly return row counts.Raphael Gaschignard