Skip to content

Commit d645636

Browse files
committed
Bump to v1.4
1 parent e8464c1 commit d645636

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Changes in 1.4 (2017-02-18)
2+
---------------------------
3+
4+
* Add ability to restrict children, via ``child_types`` list on the model.
5+
The value can be ``["self", "app.Model", "Model", Model]``.
6+
* Added ability to set ``can_be_root`` to enforce using a node as child.
7+
* Add ``validate_move_to()`` method to perform extra checks on moving children.
8+
* Fix support for UUID fields as primary key.
9+
* **Security notice:** fixed missing permission check on moving nodes, all staff members could move nodes.
10+
11+
112
Changes in 1.3.1 (2016-11-29)
213
-----------------------------
314

polymorphic_tree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# following PEP 440
2-
__version__ = "1.3.1"
2+
__version__ = "1.4"

0 commit comments

Comments
 (0)