summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2026-02-03[6.0.x] Refs CVE-2026-1312 -- Raised ValueError when FilteredRelation aliases...Jacob Walls
2026-02-03[6.0.x] Fixed CVE-2026-1312 -- Protected order_by() from SQL injection via al...Jacob Walls
2026-02-03[6.0.x] Fixed CVE-2026-1287 -- Protected against SQL injection in column alia...Jake Howard
2026-01-29[6.0.x] Fixed #36847 -- Ensured auto_now_add fields are set on pre_save().Nilesh Kumar Pahari
2025-12-31[6.0.x] Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.Simon Charette
2025-12-22[6.0.x] Fixed #36818 -- Ensured SQLite connection before accessing max_query_...guro-Ishiguro
2025-12-16[6.0.x] Fixed #36800 -- Restored ManyToManyField renaming in BaseDatabaseSche...Clifford Gama
2025-12-02[6.0.x] Fixed CVE-2025-13372 -- Protected FilteredRelation against SQL inject...Jacob Walls
2025-11-24[6.0.x] Fixed #36751 -- Fixed empty filtered aggregation crash over annotated...Simon Charette
2025-11-20[6.0.x] Fixed #36748 -- Filtered non-standard placeholders from UNNEST queries.Chris Wesseling
2025-11-18[6.0.x] Fixed #36141 -- Checked for applied replaced migrations recursively.Georgi Yanchev
2025-11-13[6.0.x] Fixed #36730 -- Fixed constraint validation crash for excluded FK att...Adam Johnson
2025-11-05[6.0.x] Refs CVE-2025-64459 -- Avoided propagating invalid arguments to Q on ...Jacob Walls
2025-11-05[6.0.x] Fixed CVE-2025-64459 -- Prevented SQL injections in Q/QuerySet via th...Jacob Walls
2025-11-04[6.0.x] Fixed #36704 -- Fixed system check error for proxy model with a compo...Hal Blackburn
2025-10-29[6.0.x] Fixed #36596 -- Made parallel test runner respect django_test_skips a...Mariusz Felisiak
2025-10-16[6.0.x] Bumped minimum isort version to 7.0.0.Jacob Walls
2025-10-15[6.0.x] Fixed 36622 -- Prevented LazyObject FileField storages from evaluatin...Clifford Gama
2025-10-14[6.0.x] Fixed #36648, Refs #33772 -- Accounted for composite pks in first()/l...Jacob Walls
2025-10-13[6.0.x] Fixed #36611, Refs #36580 -- Added system check for multicolumn Forei...Sarah Boyce
2025-10-13[6.0.x] Fixed #36660 -- Fixed a regression in descending Index local field ch...Simon Charette
2025-10-11[6.0.x] Fixed #36646 -- Added compatibility for oracledb 3.4.0.Simon Charette
2025-10-01[6.0.x] Fixed CVE-2025-59681 -- Protected QuerySet.annotate(), alias(), aggre...Mariusz Felisiak
2025-09-23[6.0.x] Fixed #36264 -- Excluded proxy neighbors of parents from deletion col...saJaeHyukc
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-17Refs #27222 -- Restored Model.save()'s refreshing of db_returning fields even...Simon Charette
2025-09-16Fixed #36606 -- Optimized QuerySet.values_list(flat=True) without fields.Adam Johnson
2025-09-16Fixed #36426 -- Added support for further iterables in prefetch_related_objec...blingblin-g
2025-09-16Refs #27222 -- Deduplicated db_returning fields in Model.save().Jacob Walls
2025-09-16Fixed #36580 -- Fixed constraint validation crash when condition uses a Forei...SaJH
2025-09-14Fixed #27222 -- Refreshed model field values assigned expressions on save().Simon Charette
2025-09-14Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.Simon Charette
2025-09-05Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.Tim Graham
2025-09-04Fixed #36481 -- Fixed QuerySet.update concrete fields check.Ryan P Kilby
2025-09-03Fixed CVE-2025-57833 -- Protected FilteredRelation against SQL injection in c...Jake Howard
2025-08-29Fixed #36431 -- Returned tuples for multi-column ForeignObject in values()/va...SaJH
2025-08-29Refs #36152 -- Suppressed duplicate warning when using "%" in alias via value...Jacob Walls
2025-08-28Refs #27222 -- Adapted RETURNING handling to be usable for UPDATE queries.Simon Charette
2025-08-28Refs #27222 -- Implemented BaseDatabaseOperations.return_insert_columns()/fet...Simon Charette
2025-08-23Refs #470 -- Adjusted Field.db_returning to be backend agnostic.Simon Charette
2025-08-21Refs #36430, #36416, #34378 -- Simplified batch size calculation in QuerySet....Jacob Walls
2025-08-21Fixed #36430 -- Removed artificially low limit on single field bulk operation...Jacob Walls
2025-08-15Refs #36490 -- Simplified QuerySet._batched_insert returning fields handling.Simon Charette
2025-08-15Fixed #36490 -- Avoided unnecessary transaction in bulk_create.Simon Charette
2025-08-12Remove unused OneToOneField from DatabaseWrapper.data_types.Tim Graham
2025-08-11Refs #36210 -- Corrected output_field comparison in Subquery.resolve_expressi...Jacob Walls
2025-08-07Fixed #36210, Refs #36181 -- Allowed Subquery usage in further lookups agains...Jacob Walls
2025-08-05Fixed #36530 -- Extended fields.E347 to check for ManyToManyField involving C...jkhall81
2025-08-04Fixed #35972 -- Fixed lookup crashes after subquery annotations.Jacob Walls