From 39e4db4e390dab7bb6d0c5f18391aca65a7df5de Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 24 Mar 2025 20:25:44 +0000 Subject: [PATCH] Release note for #12976 --- CHANGELOG.txt | 2 ++ docs/releases/6.5.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5a9c0befda..542b8d2258 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -20,6 +20,8 @@ Changelog * Fix: Make "Actions" label translatable within the rich text toolbar (Bernhard Bliem, Sage Abdullah) * Fix: Fix incorrect "Views (past week)" heading on promoted search results listing (Baptiste Mispelon) * Fix: Ensure `InlinePanel` will be correctly ordered after the first save when `min_num` is used (Elhussein Almasri, Joel William) + * Fix: Avoid deprecation warnings about URLField `assume_scheme` on Django 5.x (Sage Abdullah) + * Fix: Fix setup.cfg syntax for setuptools v78 (Sage Abdullah) * Docs: Add missing `django.contrib.admin` to list of apps in "add to Django project" guide (Mohamed Rabiaa) * Docs: Add tutorial on deploying on Ubuntu to third-party tutorials (Mohammad Fathi Rahman) * Docs: Document that request_or_site is optional on BaseGenericSetting.load (Matt Westcott) diff --git a/docs/releases/6.5.md b/docs/releases/6.5.md index 7267b77fe0..d400e75ece 100644 --- a/docs/releases/6.5.md +++ b/docs/releases/6.5.md @@ -32,6 +32,8 @@ depth: 1 * Force preview panel scroll behavior to instant to avoid flickering (Sage Abdullah) * Fix incorrect "Views (past week)" heading on promoted search results listing (Baptiste Mispelon) * Ensure `InlinePanel` will be correctly ordered after the first save when `min_num` is used (Elhussein Almasri, Joel William) + * Avoid deprecation warnings about URLField `assume_scheme` on Django 5.x (Sage Abdullah) + * Fix setup.cfg syntax for setuptools v78 (Sage Abdullah) ### Documentation