summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2026-02-10Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer...93578237
2026-02-10Added stub release notes for 5.2.12.Jacob Walls
2026-02-10Fixed #36890 -- Supported StringAgg(distinct=True) on SQLite with the default...varunkasyap
2026-02-10Refs #35444 -- Doc'd deprecation in contrib.postgres.aggreggates.StringAgg.de...Jacob Walls
2026-02-09Added DatabaseFeatures.supports_inspectdb.Tim Graham
2026-02-09Refs #36644 -- Documented no pk ordering in first()/last() after empty order_...Jacob Walls
2026-02-03Added CVE-2025-13473, CVE-2025-14550, CVE-2026-1207, CVE-2026-1285, CVE-2026-...Jacob Walls
2026-02-03Added stub release notes for 6.0.3.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-02-03Fixed CVE-2026-1285 -- Mitigated potential DoS in django.utils.text.Truncator...Natalia
2026-02-03Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookups via ba...Jacob Walls
2026-02-03Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI requests.Jake Howard
2026-02-03Fixed CVE-2025-13473 -- Standardized timing of check_password() in mod_wsgi a...Jake Howard
2026-02-02Fixed #36788 -- Fixed horizontal form field alignment under <fieldset> in the...Jacob Walls
2026-01-29Fixed docs spelling errors accumulated over time.Natalia
2026-01-29Fixed #36847 -- Ensured auto_now_add fields are set on pre_save().Nilesh Kumar Pahari
2026-01-27Added stub release notes and release date for 6.0.2, 5.2.11, and 4.2.28.Jacob Walls
2026-01-26Fixed #36850 -- Prevented admin filter sidebar from wrapping below the change...Nilesh Kumar Pahari
2026-01-25Fixed #36812 -- Dropped support for MariaDB < 10.11.Skyiesac
2026-01-22Fixed #13883 -- Rendered named choice groups with <optgroup> in FilteredSelec...seanhelvey
2026-01-19Fixed unbalanced parentheses in docs.Clifford Gama
2026-01-14Fixed #36855, Refs #27222 -- Mentioned multiple invocations of Field.pre_save...kundan223
2026-01-12Refs #36769 -- Raised SuspiciousOperation for unexpected nested tags in XML D...Jacob Walls
2026-01-10Fixed #36827 -- Added support for exclusion constraints using Hash indexes on...Haki Benita
2026-01-08Clarified regression nature of data loss bug in docs/releases/6.0.1.txt and 5...Tim Graham
2026-01-06Added stub release notes for 6.0.2.Jacob Walls
2026-01-06Added stub release notes for 5.2.11.Jacob Walls
2026-01-06Added release date for 6.0.1.Jacob Walls
2026-01-06Added release date for 5.2.10.Jacob Walls
2026-01-05Fixed #36843, #36793 -- Reverted "Fixed #27489 -- Renamed permissions upon mo...Jacob Walls
2025-12-31Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.Simon Charette
2025-12-31Fixed #36829 -- Reverted value of ClearableFileInput.use_fieldset to True.Johannes Maron
2025-12-26Fixed #36796 -- Handled lazy routes correctly in RoutePattern.match().kundan223
2025-12-24Refs #36810 -- Avoided infinite recursion in LazyNonce.__repr__().Sean Reed
2025-12-22Fixed #36807 -- Fixed form field alignment under <fieldset> in the admin.Jacob Walls
2025-12-22Fixed #36818 -- Ensured SQLite connection before accessing max_query_params.guro-Ishiguro
2025-12-22Fixed #36508 -- Interpreted __iexact=None on KeyTransforms as __exact=None.Clifford Gama
2025-12-22Fixed #36376 -- Fixed --no-color for command help in Python 3.14+.Skyiesac
2025-12-19Refs #27380 -- Added release note for raw argument to m2m_changed signal.Jacob Walls
2025-12-17Fixed #27380 -- Added "raw" argument to m2m_changed signals.Mariusz Felisiak
2025-12-17Fixed #36747 -- Parsed weeks from ISO 8601 format in parse_duration().varunkasyap
2025-12-16Fixed #36800 -- Restored ManyToManyField renaming in BaseDatabaseSchemaEditor...Clifford Gama
2025-12-15Fixed #36783 -- Ensured proper handling of multi-value QueryDicts in querystr...Marc Gibbons
2025-12-13Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...Mariusz Felisiak
2025-12-12Fixed #36735 -- Added UUID4 and UUID7 database functions.Lily Acorn
2025-12-03Fixed #35729 -- Enabled natural key serialization opt-out for subclasses.rimi0108
2025-12-03Refs #36520 -- Removed release note for refactored `parse_header_parameters`.Jake Howard
2025-12-03Added stub release notes for 6.0.1.Natalia
2025-12-03Refs #35859 -- Clarified Tasks ref and topics docs regarding available backends.Jacob Walls