Releases: fabiocaccamo/django-treenode
Releases · fabiocaccamo/django-treenode
0.23.3
01 Dec 23:01
Compare
Sorry, something went wrong.
No results found
Add circular reference detection to prevent infinite recursion. (by InzGIBA in #199 )
Fix RuntimeError during parallel test execution with proxy models. #207
Bump test requirements.
Bump pre-commit hooks.
0.23.2
04 Sep 21:16
Compare
Sorry, something went wrong.
No results found
Fix set_parent not properly finding descendants. #196
Bump test requirements.
Bump pre-commit hooks.
0.23.1
30 Apr 15:59
Compare
Sorry, something went wrong.
No results found
Fix call to update_tree upon migration to zero causes ProgrammingError. #188 (by @danilo-botelho in #189 )
Update linter settings.
Bump pre-commit hooks.
0.23.0
03 Apr 13:25
Compare
Sorry, something went wrong.
No results found
Add Django 5.2 support.
Bump pre-commit hooks.
Bump requirements.
0.22.2
05 Feb 20:39
Compare
Sorry, something went wrong.
No results found
Fix when list_display_links = None there is no encapsulating <a> tag. (by @bernieke in #168 )
Bump test requirements.
Bump pre-commit hooks.
0.22.1
20 Sep 17:33
Compare
Sorry, something went wrong.
No results found
Increase tn_priority max value to 9999999999 to allow nodes sorting by timestamp. (by @simensol in #166 )
Bump test requirements.
Bump pre-commit hooks.
0.22.0
31 Jan 13:37
Compare
Sorry, something went wrong.
No results found
Ensure cache has been updated, otherwise log a warning.
Fix tree methods not working if cache is not configured correctly.
Code refactoring.
Bump requirements.
Bump pre-commit hooks.
Bump GitHub action.
0.21.0
05 Dec 23:04
Compare
Sorry, something went wrong.
No results found
Add Python 3.12 support.
Add Django 5.0 support.
Speed-up test workflow.
Bump requirements.
Bump pre-commit hooks.
0.20.2
26 Sep 17:00
Compare
Sorry, something went wrong.
No results found
Use specific database for write operations in multi-database setup. #123 (by @Nathan-Cohen in #124 )
Bump requirements and pre-commit hooks.
0.20.1
02 Jun 08:44
Compare
Sorry, something went wrong.
No results found
Fix AttributeError: 'NoneType' object has no attribute 'get_parent_pk' when loading fixtures. #88
Fix model tree update when receiving post_migrate signal.