File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
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+
718## [ 0.28.9] ( https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.28.9 ) - 2024-09-13
819- [ css] Add missing background color variable.
920- [ css] Fix fieldsets border color.
Original file line number Diff line number Diff line change 77__email__ = "fabio.caccamo@gmail.com"
88__license__ = "MIT"
99__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