File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ 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.29.0] ( https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.29.0 ) - 2024-10-17
8
+ - [ python] Drop ` Python 3.8 ` , ` Python 3.9 ` and ` Django 3.x ` support.
9
+ - [ python] Add support for admin ` show_facets ` option. #396
10
+ - [ python] Fix serving static files from third-party services. #384 #385
11
+ - [ css] Improve list filter style.
12
+ - [ css] Set changelist table cell max-width.
13
+ - [ ci] Add ` Django 5.1 ` to ` tox ` test matrix.
14
+ - [ ci] Update ` pyupgrade ` and ` django-upgrade ` hooks target versions.
15
+ - [ ci] Bump ` pre-commit ` hooks.
16
+ - [ ci] Bump test requirements.
17
+
7
18
## [ 0.28.9] ( https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.28.9 ) - 2024-09-13
8
19
- [ css] Add missing background color variable.
9
20
- [ css] Fix fieldsets border color.
Original file line number Diff line number Diff line change 7
7
8
8
__license__ = "MIT"
9
9
__title__ = "django-admin-interface"
10
- __version__ = "0.28.9 "
10
+ __version__ = "0.29.0 "
You can’t perform that action at this time.
0 commit comments