summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2025-08-14Fixed #36410 -- Added support for Template Partials to the Django Template La...farhan
2025-08-11Refs #36210 -- Added release note for further subquery support for composite ...Jacob Walls
2025-08-08Fixed #36525 -- Silenced individual deleted file messages in collectstatic --...James Bligh
2025-08-06Added stub release notes for 5.2.6.Sarah Boyce
2025-08-06Added release date for 5.2.5.Sarah Boyce
2025-08-05Fixed #26583 -- Silenced individual clashing name warnings in collectstatic's...James Bligh
2025-08-05Fixed #36530 -- Extended fields.E347 to check for ManyToManyField involving C...jkhall81
2025-08-04Fixed #36535 -- Ensured compatibility with docutils 0.19 through 0.22.Natalia
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-25Fixed #35581 -- Updated django.core.mail to Python's modern email API.Mike Edmunds
2025-07-22Fixed #36377 -- Added hints support to CreateExtension and subclasses.Anthony Sottile
2025-07-20Fixed #28696 -- Added GeometryType GIS database function and __geom_type lookup.Ahmed Ibrahim
2025-07-17Fixed #36163 -- Deprecated most positional arguments in django.core.mail.Mike Edmunds
2025-07-17Fixed #35680 -- Added automatic imports of common utilies to shell management...Salvo Polizzi
2025-07-10Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on Post...Simon Charette
2025-07-09Updated asgiref dependency.Carlton Gibson
2025-07-02Added release date for 5.2.4.Natalia
2025-07-02Added stub release notes for 5.2.5.Natalia
2025-07-01Fixed #35846 -- Ensured consistent path ordering in ManifestStaticFilesStorag...Matthew Stell
2025-06-30Fixed #36464 -- Fixed "__in" tuple lookup on backends lacking native support.Simon Charette
2025-06-27Fixed #15727 -- Added Content Security Policy (CSP) support.Rob Hudson
2025-06-25Fixed #36386 -- Added styles and icons for INFO and DEBUG messages in the admin.michalpokusa
2025-06-25Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash...Mariusz Felisiak
2025-06-20Fixed #36152 -- Deprecated use of "%" in column aliases.Jacob Walls
2025-06-18Fixed #32770 -- Added system check to ensure django.contrib.postgres is insta...Clifford Gama
2025-06-16Fixed #36453 -- Made When.condition resolve with for_save=False.Clifford Gama
2025-06-16Fixed #36447 -- Selected preferred media type based on quality.Jake Howard
2025-06-12Fixed #25706 -- Refactored geometry widgets to remove inline JavaScript.Claude Paroz
2025-06-10Added follow-up to CVE-2025-48432 to security archive.Sarah Boyce
2025-06-10Added stub release notes for 5.2.4.Sarah Boyce
2025-06-09Fixed #36446 -- Restored "q" in internal MediaType.params property.Natalia
2025-06-06Fixed #36419 -- Ensured for_save was propagated when resolving expressions.Clifford Gama
2025-06-06Refs CVE-2025-48432 -- Prevented log injection in remaining response logging.Jake Howard
2025-06-06Updated translations from Transifex.Sarah Boyce
2025-06-04Added CVE-2025-48432 to security archive.Natalia
2025-06-04Added stub release notes for 5.2.3.Natalia
2025-06-04Fixed CVE-2025-48432 -- Escaped formatting arguments in `log_response()`.Natalia
2025-06-04Fixed #36432 -- Fixed a prefetch_related crash on related target subclass que...Simon Charette
2025-06-03Fixed #36411 -- Made HttpRequest.get_preferred_type() consider media type par...Jake Howard
2025-06-03Fixed #36416 -- Made QuerySet.in_bulk() account for composite pks in id_list.Jacob Walls
2025-06-02Fixed #36423 -- Prevented filter_horizontal buttons from intercepting form su...Blayze
2025-05-28Added stub release notes and release date for 5.2.2, 5.1.10, and 4.2.22.Natalia
2025-05-23Fixed #36405 -- Fixed Aggregate.order_by using OuterRef.Adam Johnson
2025-05-23Fixed #36404 -- Fixed Aggregate.filter using OuterRef.Adam Johnson
2025-05-23Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing aprocess_r...Sarah Boyce
2025-05-20Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...ontowhee
2025-05-19Fixed typo in docs/releases/6.0.txt.Jacob Walls