Skip to content

Releases: octue/django-dag-cte

Fix ability to create nodes in django admin

09 Feb 17:00
ae92f17
Compare
Choose a tag to compare

Adds a blank=True property to the M2M, allowing django admin to create the nodes.

Initial DAG library

08 Feb 16:26
Compare
Choose a tag to compare

Consists of:

  • AbstractNode model with a self-referential M2M parents-children
  • Test cases (100% coverage of used code)
  • Complete library basis with (as yet empty) docs outline
  • Travis, tox, codecov integration