Hello, Why I decide to fork a variant #1
simkimsia
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Taken from the readme
Why fork?
In short:
Specific Gaps
I (KimSia) uses the original django-ltree in a paid customer project.
That customer project uses Django 2.2.
In June 2022, I needed to run a
docker exec -it <container_running django> python manage.py <some_command_that_does_not_need_database>
.That conflicts with
check_database_backend_is_postgres
.More details in this PR.
Simultaneously, I noticed a separate PR in March 2022 about upgrading to 3.2. That PR is still not merged as of 2022-06-10 Friday.
I expect to upgrade this customer project to 3.2 Django in the near future as well.
Referencing Adam Johnson's Well Maintained Test for dependencies, question 11 and 12, I quote
As of 10 June 2022, both answers are close to being no given it's been nearly 10 months since the most recent release and commit in August 2021.
I prefer using the upstream version, but in case it's going to be abandoned or unmaintained, I fork it and make it work for my use case.
Beta Was this translation helpful? Give feedback.
All reactions