From 1966a308286752c3461544ea7659a24c6408f83c Mon Sep 17 00:00:00 2001 From: Patrick Kranzlmueller Date: Thu, 25 Apr 2024 11:43:12 +0200 Subject: [PATCH] changelog for upcoming release --- README.rst | 9 ++++----- docs/changelog.rst | 19 ++++++++++++++----- docs/index.rst | 8 ++++---- 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index 7909d8fa6..a0e10d0eb 100644 --- a/README.rst +++ b/README.rst @@ -36,13 +36,12 @@ Releases **Grappelli is always developed against the latest stable Django release and is NOT tested with Django's master branch.** -* Grappelli 3.0.8 (September 21st, 2023): Compatible with Django 4.0 -* Grappelli 2.15.6 (November 22nd, 2022): Compatible with Django 3.2 (LTS) +* Grappelli 4.0.1 (April 25th, 2024): Compatible with Django 5.x +* Grappelli 3.0.9 (April 25th, 2024): Compatible with Django 4.2 (LTS) Current development branches: -* Grappelli 4.0.1 (Development version for Django 5.0, see branch Stable/4.0.x) -* Grappelli 3.0.9 (Development version for Django 4.0, see branch Stable/3.0.x) -* Grappelli 2.15.7 (Development version for Django 3.2, see branch Stable/2.15.x) +* Grappelli 4.0.2 (Development version for Django 5.0, see branch Stable/4.0.x) +* Grappelli 3.0.10 (Development version for Django 4.0, see branch Stable/3.0.x) Older versions are available at GitHub, but are not supported anymore. diff --git a/docs/changelog.rst b/docs/changelog.rst index bf93a8703..63102556d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,17 +8,26 @@ Changelog ========= -4.0.1 (not yet released) +4.0.2 (not yet released) ------------------------ +4.0.1 (April 25th 2024) +----------------------- + * Compatibility with Django 5.x -3.0.9 (not yet released) ------------------------- +3.0.9 (April 25th 2024) +----------------------- +* Adjusted checkbox (and related radio) styles. +* Added block submit-row to allow extending the submit line. * Removed `length_is` template filter in favour of `length`. -* Fixed breadcrumbs block. -* Fixed logout link (POST instead of GET). +* Fixed: breadcrumbs block. +* Fixed: logout link (POST instead of GET). +* Fixed: First non-checkbox column in changelist aligned center. +* Fixed: Delete a warning with Python 3.12. +* Fixed: Translation string of Cancel button with Form. +* Fixed: Trigger change event in dismissRelatedLookupPopup. 3.0.8 (September 21st 2023) --------------------------- diff --git a/docs/index.rst b/docs/index.rst index 9851b4ad1..6905e7c6d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -76,12 +76,12 @@ Versions and Compatibility **Grappelli is always developed against the latest stable Django release and is NOT tested with Django's master branch.** -* Grappelli 3.0.8 (September 21st, 2023): Compatible with Django 4.0 -* Grappelli 2.15.6 (November 22nd, 2022): Compatible with Django 3.2 (LTS) +* Grappelli 4.0.1 (April 25th, 2024): Compatible with Django 5.x +* Grappelli 3.0.9 (April 25th, 2024): Compatible with Django 4.2 (LTS) Current development branches: -* Grappelli 3.0.9 (Development version for Django 4.0, see branch Stable/3.0.x) -* Grappelli 2.15.7 (Development version for Django 3.2, see branch Stable/2.15.x) +* Grappelli 4.0.2 (Development version for Django 5.0, see branch Stable/4.0.x) +* Grappelli 3.0.10 (Development version for Django 4.0, see branch Stable/3.0.x) Older versions are available at GitHub, but are not supported anymore.