summaryrefslogtreecommitdiff
path: root/docs/releases/5.2.txt
AgeCommit message (Expand)Author
2025-10-17Refs #35844 -- Doc'd Python 3.14 compatibility.Mariusz Felisiak
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-08-22Refs #35530 -- Corrected deprecation message in auth.alogin().Mariusz Felisiak
2025-05-23Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing aprocess_r...Sarah Boyce
2025-04-02Finalized release notes for Django 5.2.Sarah Boyce
2025-03-21Fixed #36266 -- Renamed HIDE_PRODUCTION_WARNING environment variable to DJANG...Johanan Oppong Amoateng
2025-03-12Refs #25582 -- Doc'd query and fragment arguments for reverse_lazy().Adam Johnson
2025-03-12Removed duplicate entries in docs/releases/5.2.txt.Hisham Mahmood
2025-02-13Reverted "Refs #35803 -- Added support for __coveredby GIS lookup on MariaDB ...Mariusz Felisiak
2025-02-13Reverted "Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on ...Mariusz Felisiak
2025-01-16Fixed typos in docs/releases/5.2.txt.Clifford Gama
2025-01-15Made cosmetic edits to docs/releases/5.2.txt.Sarah Boyce
2025-01-15Removed empty sections from 5.2 release notes.Sarah Boyce
2025-01-15Fixed #35521 -- Allowed overriding BoundField class on fields, forms and rend...Matthias Kestenholz
2025-01-15Refs #36070 -- Referred to pk as an attribute when a composite primary key is...Jacob Walls
2025-01-14Fixed #36051 -- Declared arity on aggregate functions.Jacob Walls
2025-01-10Fixed #36032 -- Rendered URLField values as links in the admin.antoliny0919
2025-01-09Fixed #35515 -- Added automatic model imports to shell management command.Salvo Polizzi
2025-01-07Refs #36042 -- Raised ValueError when providing composite expressions to aggr...Jacob Walls
2025-01-06Fixed #35718 -- Add JSONArray to django.db.models.functions.John Parton
2025-01-06Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by.Chris Muthig
2025-01-02Fixed #32819 -- Added aria-describedby to fields with errors.David Smith
2025-01-02Fixed #35886 -- Added support for object-based form media script assets.Johannes Maron
2024-12-17Refs #32819 -- Added aria-describedby property to BoundField.David Smith
2024-12-17Fixed #7732 -- Added support for connection pools on Oracle.suraj
2024-12-11Fixed #25582 -- Added support for query and fragment to django.urls.reverse().Ben Cardy
2024-12-11Fixed #35920 -- Observed requires_system_checks in migrate and runserver.Jacob Walls
2024-12-09Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.Simon Charette
2024-12-05Refs #32819 -- Added id to ErrorList class and template.David Smith
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz
2024-11-28Fixed #35530 -- Deprecated request.user fallback in auth.login and auth.alogin.Jaap Roes
2024-11-28Fixed #35038 -- Created AlterConstraint operation.Salvo Polizzi
2024-11-19Fixed #35535 -- Added template tag decorator simple_block_tag().Jake Howard
2024-11-18Fixed #18392 -- Changed default mysql encoding to "utf8mb4".Ben Cail
2024-11-15Made cosmetic edits to 5.2 release notes, including line wrapping at 79 cols.nessita
2024-11-14Fixed #35784 -- Added support for preserving the HTTP request method in HttpR...Lorenzo Peña
2024-11-11Fixed #17905 -- Restricted access to model pages in admindocs.sai-ganesh-03
2024-11-06Fixed #27409 -- Made admindocs support custom link text in docstrings.sai-ganesh-03
2024-11-01Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager me...Sarah Boyce
2024-10-30Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option ...Anthony Joseph
2024-10-25Refs #35803 -- Added support for __covers GIS lookup on MySQL.Mariusz Felisiak
2024-10-25Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB 11...Mariusz Felisiak
2024-10-25Refs #35803 -- Added support for __coveredby GIS lookup on MySQL and MariaDB ...Mariusz Felisiak
2024-10-22Refs #34406 -- Added support for GDAL curved geometries.David Smith
2024-10-16Fixed #35727 -- Added HttpResponse.text property.SaJH
2024-10-15Fixed #35782 -- Allowed overriding password validation error messages.Ben Cail
2024-10-15Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...leondaz
2024-10-10Fixed #35103 -- Used provided error code and message when fields is set witho...gabn88
2024-10-10Fixed typo in docs/releases/5.2.txt.Mariusz Felisiak