Skip to content

Commit

Permalink
changelog for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Apr 25, 2024
1 parent 8d1bc59 commit 1966a30
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
9 changes: 4 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
19 changes: 14 additions & 5 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---------------------------
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1966a30

Please sign in to comment.