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 15393d4 commit 51691a2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +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 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.
17 changes: 13 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,21 @@
Changelog
=========

3.0.9 (not yet released)
------------------------
3.0.10 (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 51691a2

Please sign in to comment.