From 6315d3c1cc1597a12f1dec94175f48a4e8d36a10 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Tue, 12 Nov 2024 10:59:57 +0000 Subject: [PATCH] Release note for #12551 --- CHANGELOG.txt | 1 + docs/releases/6.4.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2984a0793a..4050c3aadd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -26,6 +26,7 @@ Changelog * Docs: Update documentation writing guidelines to encourage better considerations of security, accessibility and good practice when writing code examples (Aayushman Singh, LB (Ben) Johnston) * Docs: Update documentation guidelines on writing links and API reference (Sage Abdullah) * Docs: Replace absolute URLs with intersphinx links where possible to avoid broken links (Sage Abdullah) + * Docs: Update upgrading guide and release process to better reflect the current practices (Sage Abdullah) * Docs: Document usage of custom validation for admin form pages when using `AbstractEmailForm` or `AbstractForm` pages (John-Scott Atlakson, LB (Ben) Johnston) * Maintenance: Close open files when reading within utils/setup.py (Ataf Fazledin Ahamed) * Maintenance: Avoid redundant `ALLOWED_HOSTS` check in `Site.find_for_request` (Jake Howard) diff --git a/docs/releases/6.4.md b/docs/releases/6.4.md index 04d7e20065..5a560d9f59 100644 --- a/docs/releases/6.4.md +++ b/docs/releases/6.4.md @@ -43,6 +43,7 @@ depth: 1 * Update documentation writing guidelines to [encourage better considerations](documentation_code_example_considerations) of security, accessibility and good practice when writing code examples (Aayushman Singh, LB (Ben) Johnston) * Update documentation guidelines on writing links and API reference (Sage Abdullah) * Replace absolute URLs with intersphinx links where possible to avoid broken links (Sage Abdullah) + * Update upgrading guide and release process to better reflect the current practices (Sage Abdullah) * Document usage of [Custom validation for admin form pages](form_builder_custom_admin_validation) when using `AbstractEmailForm` or `AbstractForm` pages (John-Scott Atlakson, LB (Ben) Johnston) ### Maintenance