summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2025-11-12Refs #35381 -- Made JSONNull deconstruct using convenient import path.Clifford Gama
2025-11-07Fixed #36420 -- Used actual SQLite limits in last_executed_query() quoting.myoungjinGo
2025-11-06Fixed #36702 -- Made bulk_create() return pk values set by an expression.us77ipis
2025-11-05Refs CVE-2025-64459 -- Avoided propagating invalid arguments to Q on dictiona...Jacob Walls
2025-11-05Fixed CVE-2025-64459 -- Prevented SQL injections in Q/QuerySet via the _conne...Jacob Walls
2025-11-04Fixed #36704 -- Fixed system check error for proxy model with a composite pk.Hal Blackburn
2025-11-04Fixed #36652 -- Increased determinism when loading migrations from disk.Jayden Kneller
2025-11-03Fixed #36695 -- Fixed handling of parameterized generics in migration seriali...Augusto Pontes
2025-10-31Fixed #36661 -- Added introspection of database-level delete options.Mariusz Felisiak
2025-10-29Refs #35381 -- Deprecated using None in JSONExact rhs to mean JSON null.Clifford Gama
2025-10-29Fixed #35381 -- Added JSONNull() expression.Clifford Gama
2025-10-29Refs #35972 -- Returned params in a tuple in further lookups.Jacob Walls
2025-10-28Reverted "Fixed #26434 -- Removed faulty clearing of ordering field when miss...Jacob Walls
2025-10-28Fixed #36596 -- Made parallel test runner respect django_test_skips and djang...Mariusz Felisiak
2025-10-27Fixed #26434 -- Removed faulty clearing of ordering field when missing from e...Michal Mládek
2025-10-27Fixed #36624 -- Dropped support for MySQL < 8.4.Mariusz Felisiak
2025-10-25Fixed #36683 -- Added error message on QuerySet.update() following distinct(*...Matthew Shirley
2025-10-24Fixed #36674 -- Fixed memory leak in select_related().Ken Nzioka
2025-10-18Fixed #36671 -- Dropped support for SQLite < 3.37.Mariusz Felisiak
2025-10-18Fixed #21961 -- Added support for database-level delete options for ForeignKey.Mariusz Felisiak
2025-10-16Bumped minimum isort version to 7.0.0.Jacob Walls
2025-10-16Refs #28586 - Copied fetch mode in QuerySet.create().Adam Johnson
2025-10-16Refs #28586 -- Copied fetch modes to related objects.Adam Johnson
2025-10-16Refs #28586 -- Simplified related descriptor get_queryset() methods.Adam Johnson
2025-10-16Refs #28586 -- Made fetch modes pickle as singletons.Adam Johnson
2025-10-16Fixed #28586 -- Added model field fetch modes.Adam Johnson
2025-10-15Fixed 36622 -- Prevented LazyObject FileField storages from evaluating at boo...Clifford Gama
2025-10-14Fixed #36648, Refs #33772 -- Accounted for composite pks in first()/last() wh...Jacob Walls
2025-10-14Fixed #36654 -- Corrected Model._do_update()'s docstring.Augusto Pontes
2025-10-13Fixed #36611, Refs #36580 -- Added system check for multicolumn ForeignObject...Sarah Boyce
2025-10-13Fixed #36660 -- Fixed a regression in descending Index local field checks.Simon Charette
2025-10-11Fixed #36646 -- Added compatibility for oracledb 3.4.0.Simon Charette
2025-10-03Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.Mariusz Felisiak
2025-10-01Fixed CVE-2025-59681 -- Protected QuerySet.annotate(), alias(), aggregate(), ...Mariusz Felisiak
2025-09-30Fixed #36614 -- Deprecated QuerySet.values_list(flat=True) without a field.Adam Johnson
2025-09-29Skipped NOT NULL constraints on PostgreSQL 18+.Mariusz Felisiak
2025-09-29Fixed #36277 -- Fixed DatabaseFeatures.supports_virtual_generated_columns on ...arsalan64
2025-09-25Refs #36605 -- Optimized QuerySet.in_bulk() for the empty id_list case.Adam Johnson
2025-09-25Fixed #36605 -- Added support for QuerySet.in_bulk() after .values() or .valu...John Parton
2025-09-23Fixed #36616 -- Added DatabaseOperations.adapt_durationfield_value().Tim Graham
2025-09-23Fixed #36264 -- Excluded proxy neighbors of parents from deletion collection ...saJaeHyukc
2025-09-22Fixed #35453 -- Made ManyToManyField.concrete False.Ryan P Kilby
2025-09-22Fixed #36480 -- Made values() resolving error mention unselected aliases.Shubham Singh
2025-09-22Fixed #36612 -- Fixed a KeyTextTransform crash on MySQL against annotations.Simon Charette
2025-09-19Refs #36438 -- Simplified retrieval of GeneratedField base fields in migratio...Clifford Gama
2025-09-19Fixed #36369 -- Cleared additional cached properties in apps.clear_cache().Senthil Kumar
2025-09-19Refs #36152, #35667 -- Used skip_file_prefixes in alias deprecation warning.Jacob Walls
2025-09-19Fixed #36584, Refs #36149 -- Allowed subquery values against tuple in lookup ...사재혁
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