rcxwhiz / django-hierarchical-models

MIT License
1 stars 0 forks source link

Add nested set model implementation of hierarchical model #5

Closed rcxwhiz closed 6 months ago

rcxwhiz commented 6 months ago

Tests are currently passing. At this point I need to:

  1. Put in an advanced delete nodes test
  2. DONE Look into refreshing the ._parent member of the adjacency list model, which can be set to null after a delete
  3. DONE In general organize / clean up the methods
  4. DONE Possibly put in some tests for the NSM specific features like num children
rcxwhiz commented 6 months ago
  1. DONE Add a .set_parent_unchecked() to the ALM
rcxwhiz commented 6 months ago

All remaining items finished.