File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ 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.22.2] ( https://github.com/fabiocaccamo/django-treenode/releases/tag/0.22.2 ) - 2025-02-05
8
+ - Fix when ` list_display_links = None ` there is no encapsulating ` <a> ` tag. (by [ @bernieke ] ( https://github.com/bernieke ) in #168 )
9
+ - Bump test requirements.
10
+ - Bump ` pre-commit ` hooks.
11
+
7
12
## [ 0.22.1] ( https://github.com/fabiocaccamo/django-treenode/releases/tag/0.22.1 ) - 2023-09-20
8
13
- Increase ` tn_priority ` max value to ` 9999999999 ` to allow nodes sorting by timestamp. (by [ @simensol ] ( https://github.com/simensol ) in #166 )
9
14
- Bump test requirements.
Original file line number Diff line number Diff line change 4
4
5
5
__license__ = "MIT"
6
6
__title__ = "django-treenode"
7
- __version__ = "0.22.1 "
7
+ __version__ = "0.22.2 "
You can’t perform that action at this time.
0 commit comments