You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: