BertrandBordage / django-tree

Fast and easy tree structures.
BSD 3-Clause "New" or "Revised" License
88 stars 13 forks source link

In beta, it can’t be used yet in production. #12

Closed figure002 closed 8 months ago

figure002 commented 9 months ago

I saw this notice in the README and wondered why it's not production ready. Is it because only PostgreSQL is supported, or are there other reasons?

And also in the README:

Django-tree requires Django 1.8, 1.11 or 2.0

But I see Django>=3.2,<3.3 in requirements.txt. So I'm guessing the README needs to be updated as well. Has this been tested with the current version of Django?

BertrandBordage commented 9 months ago

This mention is here to not get expectations too high. Although I made the code itself as good as possible, I don't have enough time to keep the package itself great. That's why there is no continuous integration, why the documentation is basic and can be outdated, as you noticed.

I might allocate some time in 2024 to a member of my team to fix those issues, but I cannot guarantee it yet.

figure002 commented 8 months ago

Alright, I understand. Thanks for the quick reply!