alesdotio / django-admin-shortcuts

Add simple and pretty shortcuts to the django admin homepage.
Other
205 stars 53 forks source link

feat: Add python3.11 compatibility by using inspect.signature #41

Closed franagustin closed 1 year ago

franagustin commented 1 year ago
franagustin commented 1 year ago

@alesdotio

DmytroLitvinov commented 1 year ago

Hi @alesdotio , Thank you for your work on that library. We are using it in our projects :) We are planning to use Python3.11 and Django4.2 and I would love to help with supporting it. If you don't have any time on it, I can help you with reviewing MRs and merge them back to master branch. The only needed work would be from your side to release new versions on PyPI so we can get the fresh code which support next Python/Django releases.

franagustin commented 1 year ago

Hi @DmytroLitvinov! JFYI, I've been using this branch for Python3.11 and Django4.2 and it's been working so far. If you try it out and find any issues, please let me know 😁

DmytroLitvinov commented 1 year ago

Hi @franagustin , Great!) I also use master branch from that repo and added monkey patch of that PR into my project. It works, but would be better to have it as PyPI released version.

Thanks for PR, by the way :)

alesdotio commented 1 year ago

Hi @alesdotio , Thank you for your work on that library. We are using it in our projects :) We are planning to use Python3.11 and Django4.2 and I would love to help with supporting it. If you don't have any time on it, I can help you with reviewing MRs and merge them back to master branch. The only needed work would be from your side to release new versions on PyPI so we can get the fresh code which support next Python/Django releases.

Hi Dmytro! Thanks for the offer, I made you a collaborator now 😉

alesdotio commented 1 year ago

A new release is now available https://pypi.org/project/django-admin-shortcuts/2.1.0/, thanks! 😁

DmytroLitvinov commented 1 year ago

Hi @alesdotio , Thanks for the invitation. Received and accepted it 👍