summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
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
2025-08-04Fixed #34871, #36518 -- Implemented unresolved lookups expression replacement.Simon Charette
2025-07-29Fixed #36531 -- Added forkserver support to parallel test runner.Mariusz Felisiak
2025-07-28Fixed #36522 -- Added support for filtering composite pks using a tuple of ex...Simon Charette
2025-07-25Refs #36438 -- Made FieldOperation.references_field() detect references in Ge...Clifford Gama
2025-07-25Fixed #36438 -- Made MigrationAutodetector remove generated fields before the...Clifford Gama
2025-07-23Refs #36500 -- Corrected rewrapped long lines fixed via a script.Mike Edmunds
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-07-22Fixed #36282 -- Used prefetched values in ForwardManyToOneDescriptor from ind...Take Weiland
2025-07-10Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on Post...Simon Charette
2025-07-09Fixed typo in ReverseManyToOneDescriptor docstring.tinmarbusir
2025-07-03Refs #27236 -- Removed references to removed index_together migration methods.Clifford Gama
2025-06-30Fixed #36464 -- Fixed "__in" tuple lookup on backends lacking native support.Simon Charette
2025-06-27Fixed #35595, #35962 -- Removed indexes and constraints before fields in migr...wookkl
2025-06-23Fixed #35305 -- Avoided recreating constraints on fields renamed via db_column.Jacob Walls
2025-06-20Fixed #36152 -- Deprecated use of "%" in column aliases.Jacob Walls
2025-06-19Refs #35038 -- Reduced CreateModel/AlterConstraint operations when optimizing...Jacob Walls
2025-06-16Fixed #36380 -- Deferred SQL formatting when running tests with --debug-sql.Natalia
2025-06-16Fixed #36453 -- Made When.condition resolve with for_save=False.Clifford Gama
2025-06-13Fixed #36433 -- Fixed constraint validation crash when condition uses a Forei...Colleen Dunlap
2025-06-12Fixed #36442 -- Cloned FilteredRelation before rename_prefix_from_q.viliam mihalik
2025-06-06Fixed #36419 -- Ensured for_save was propagated when resolving expressions.Clifford Gama
2025-06-05Fixed #36407 -- Ensured default value is cast in Case expressions used in ORD...ontowhee
2025-06-04Fixed #36432 -- Fixed a prefetch_related crash on related target subclass que...Simon Charette
2025-06-03Fixed #36416 -- Made QuerySet.in_bulk() account for composite pks in id_list.Jacob Walls
2025-06-03Fixed #36060 -- Prevented IntegrityError in bulk_create() with order_with_res...myoungjinGo-BE
2025-05-27Removed unreachable check for None in TruncBase.convert_value().Tim Graham