gadventures / django-fsm-admin

Mixin and template tags to integrate django-fsm transitions into the django admin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refining pull requests regarding Django-4 compatibility

raratiru opened this issue · comments

... #101 #100 and #99 provide Django-4 support.

Which one is the winner?

@raratiru Perhaps you could edit your issue title and description to be less aggressive in wording? This is after all a free software project that takes volunteer efforts to run.

The obvious question here is that are there any blockers that prevent releasing a Django 4 compatible version?

I can offer help to resolve any remaining issues if needed.

Indeed, I apologize and I have changed the title.

I was about to start a pull request for this issue but there are already 3.

  • #101 seems to not cater of older versions but it certainly works on Django-4.0
  • #100 fixes the same issues as #101 in a way that compatibility would be preserved
  • #99 applies the same fixes as #100 along with changes in requirements.txt, urls.py in the example, refines setup.py and also bumps the version in __init__.py

I would vote for #99 .

There is also #92.

@marz619 are you planning to address pending PRs?

@blueyed Yes! The winner is #92 !