File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.24.0] ( https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.24.0 ) - 2022-12-11
8
+ - Drop ` Python < 3.8 ` and ` Django < 2.2 ` versions support. (by [ @merwok ] ( https://github.com/merwok ) in #220 )
9
+ - Replace ` str.format ` with ` f-strings ` .
10
+ - Remove ` post_migrate ` signal handler and multi db test.
11
+ - Add german translation. (by [ @derzinn ] ( https://github.com/derzinn ) in #222 )
12
+ - Include date hierarchy in quick removal links (by [ @merwok ] ( https://github.com/merwok ) in #218 )
13
+ - Fix broken tabbed inline name. (by [ @VaZark ] ( https://github.com/VaZark ) in #221 )
14
+ - Minor cleanups. (by [ @merwok ] ( https://github.com/merwok ) in #225 )
15
+ - Bump actions and requirements.
16
+ - [ css] Fix inlines vertical alignement. (by [ @VaZark ] ( https://github.com/VaZark ) in #201 )
17
+ - [ css] Fix tabbed changeform tabs text color on focus. (by [ @VaZark ] ( https://github.com/VaZark ) in #223 )
18
+ - [ CI] Add Farsi language to ` tests.settings.LANGUAGES ` . (by [ @merwok ] ( https://github.com/merwok ) )
19
+ - [ CI] Update ` pre-commit ` config.
20
+ - [ CI] Automate package build and publish on PyPI.
21
+
7
22
## [ 0.23.0] ( https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.23.0 ) - 2022-11-30
8
23
- Add ` Python 3.11 ` support.
9
24
- Add tabbed changeform support. (by [ @VaZark ] ( https://github.com/VaZark ) in #211 )
Original file line number Diff line number Diff line change 1
- __version__ = "0.23 .0"
1
+ __version__ = "0.24 .0"
You can’t perform that action at this time.
0 commit comments