django-cte-trees icon indicating copy to clipboard operation
django-cte-trees copied to clipboard

Abstract CTENode should be split into base class without parent link

Open eskhool opened this issue 7 years ago • 0 comments

If the CTEnode _cte_node_parent link has to be usable to allow for a different FK to 'self' then the rest of the clean and other functions should be in a CTENodeBase Class and only the link called parent should be in the CTENode class.

Presently all the help functions in CTENode also do not seem to hard coded to _cte_node_parent?

eskhool avatar Mar 17 '17 09:03 eskhool