eregs / regulations-core

An engine that supplies the API that allows users to read regulations and their various layers.
Creative Commons Zero v1.0 Universal
16 stars 27 forks source link

Remove django-mptt #87

Open cmc333333 opened 6 years ago

cmc333333 commented 6 years ago

We've been using django-mptt to describe the schema of our nested set implementation. Unfortunately, it makes relatively strict demands on which versions of Django it supports (and doesn't encode those in its own dependencies). This required us to stop supporting Django 1.8 before its LTS expired, which is against our policy.

It should be pretty simple to replace the bits of schema that we use and remove mptt altogether.