summaryrefslogtreecommitdiff
path: root/django/db/models/sql
AgeCommit message (Expand)Author
2026-04-19Fixed #37047 -- Fixed crash in Query.orderby_issubset_groupby for descending ...Anže Pečar
2026-04-02Fixed #20024 -- Fixed handling of __in lookups with None in exclude().Eddy Adegnandjou
2026-03-19Refs #36795 -- Deprecated SQLCompiler.quote_name_unless_alias().Simon Charette
2026-03-19Fixed #36795 -- Enforced quoting of all database object names.Simon Charette
2026-03-12Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...Simon Charette
2026-02-03Refs CVE-2026-1312 -- Raised ValueError when FilteredRelation aliases contain...Jacob Walls
2026-02-03Fixed CVE-2026-1312 -- Protected order_by() from SQL injection via aliases wi...Jacob Walls
2026-02-03Fixed CVE-2026-1287 -- Protected against SQL injection in column aliases via ...Jake Howard
2026-01-16Fixed #36352 -- Improved error message for fields excluded by prior values()/...JaeHyuck Sa
2026-01-14Fixed #36821 -- Treated empty strings as NULL for iexact lookups on Oracle.JaeHyuck Sa
2026-01-09Fixed #36815 -- Optimized insertion of db_default fields in bulk_create().YashRaj1506
2026-01-06Fixed #29257 -- Caught DatabaseError when attempting to close a possibly alre...VIZZARD-X
2025-12-15Fixed #26434 -- Removed faulty clearing of ordering field when missing from e...Michal Mládek
2025-12-04Added DatabaseFeatures.prohibits_dollar_signs_in_column_aliases.Tim Graham
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-27Fixed #26434 -- Removed faulty clearing of ordering field when missing from e...Michal Mládek
2025-10-24Fixed #36674 -- Fixed memory leak in select_related().Ken Nzioka
2025-10-01Fixed CVE-2025-59681 -- Protected QuerySet.annotate(), alias(), aggregate(), ...Mariusz Felisiak
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-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-14Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.Simon Charette
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-07Fixed #36210, Refs #36181 -- Allowed Subquery usage in further lookups agains...Jacob Walls
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-06-20Fixed #36152 -- Deprecated use of "%" in column aliases.Jacob Walls
2025-06-12Fixed #36442 -- Cloned FilteredRelation before rename_prefix_from_q.viliam mihalik
2025-05-16Fixed #36392 -- Raised ValueError when subquery referencing composite pk sele...Jacob Walls
2025-04-07Fixed #36301 -- Fixed select_for_update(of) crash when using values()/values_...Simon Charette
2025-04-05Fixed #36299 -- Prevented field selection on QuerySet.alias() after values().Simon Charette
2025-04-03Fixed #36292 -- Fixed crash when aggregating over a group mixing transforms a...Simon Charette
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-02-13Refs #36181 -- Removed the obsolete SubqueryConstraint machinery.Simon Charette
2025-02-11Fixed #36149 -- Allowed subquery values against tuple exact and in lookups.Simon Charette
2025-02-06Fixed #35677 -- Avoided non-sticky filtering of prefetched many-to-many.Simon Charette
2025-02-01Fixed #36088 -- Avoided unnecessary DEFAULT usage on bulk_create().Simon Charette
2025-01-28Fixed #36122 -- Raised FieldError when updating with composite reference value.Simon Charette
2025-01-28Fixed #36120 -- Raised FieldError when targeting a composite primary key fiel...Jacob Walls
2025-01-27Fixed #36109 -- Fixed RecursionError when stacking FilteredRelation joins.Peter DeVita
2025-01-15Refs #16055 -- Removed get_joining_columns()/get_reverse_joining_columns() me...Sarah Boyce
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-08Fixed #36065 -- Fixed ordering by expression referencing composite primary key.Simon Charette