fabiocaccamo / django-treenode

:deciduous_tree: probably the best abstract model/admin for your tree based stuff.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String PK support

MourguesBenjamin opened this issue · comments

Hello,

Currently, trying to compare string primary keys will fail because treenode will try to compare the pk (a string) to a number.

image

Could we please add a support to string primary keys ? :)

Thank you very much !

@MourguesBenjamin nice catch, thank you for reporting this!

@MourguesBenjamin feature available in 0.20.0 version.