pull/12984/head
Matt Westcott 2025-03-24 20:25:44 +00:00
rodzic 5c97298e15
commit 39e4db4e39
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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