We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc2a53 commit 7c8cfefCopy full SHA for 7c8cfef
CHANGELOG
@@ -2,8 +2,8 @@ django-sitetree changelog
2
=========================
3
4
5
-Unreleased
6
-----------
+v1.18.0 [2023-12-24]
+--------------------
7
+ Dynamic trees: add 'dynamic_attrs' parameter support for item() (closes #313).
8
+ Dynamic trees: add support for user-defined tree item access checks (closes #314).
9
* Add missing migrations, check them during testing.
sitetree/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (1, 17, 3)
+VERSION = (1, 18, 0)
default_app_config = 'sitetree.apps.SitetreeConfig'
0 commit comments