koleror / django-admin-views

Easily link custom admin views and direct URLs into the Django admin
BSD 3-Clause "New" or "Revised" License
187 stars 33 forks source link

Django 2.0 support? #34

Closed gabn88 closed 1 year ago

gabn88 commented 6 years ago

Hi @frankwiles,

Just wondering if you are planning to support Django 2.0 with this package?

We are using your project for one or two extra buttons in the admin and it would be cool to keep them after we upgraded to Django 2.0. I have no idea of the time involved with creating support for Django 2.0, and I know everybody has too less time these days. Therefore a yes/no for Django 2.0 support would already be a great answer :)

Thank you!

frankwiles commented 6 years ago

Sadly we haven't used this with a client in a really long time so, I'd be happy to take and merge a PR or turn this over to a good steward for the project. But it will probably be a long time before I find some spare time to work on it myself.

akx commented 6 years ago

django-admin-views seems to work with Django 2.0 right out of the box 🎉

screen shot 2018-07-17 at 11 16 48

frankwiles commented 6 years ago

Really wow? That's surprising!

koleror commented 2 years ago

Hey there!

I'm glad that it worked with django 2 out of the box. However, it doesn't with Django 3. I'd be happy to take over this project if you wish.

gabn88 commented 1 year ago

@frankwiles Sadly there is no Django 3 support. Would you be willing to let this project be taken over? I'm now using a fork from @tyilo .

frankwiles commented 1 year ago

Sure @koleror @gabn88 or @tyilo is any (or all of you) want to take it over that's fine with me. We haven't had a client use this in a long time and haven't been able to devote any time to maintaining it.

tyilo commented 1 year ago

I already created a PR almost 3 years ago: https://github.com/frankwiles/django-admin-views/pull/35

koleror commented 1 year ago

I would happily take this over.

frankwiles commented 1 year ago

Sounds like a plan @koleror I'll send you an email about details I need to transfer it to you.

gabn88 commented 1 year ago

@tyilo @koleror @frankwiles thank you for responding and stepping in. Much appreciated.

frankwiles commented 1 year ago

Just to keep everyone in the loop, we've started the transfer process. Should be done in the day next or so.

koleror commented 1 year ago

I'm now the new owner of this project. Thanks @frankwiles for your work! I'll update it soon, but would happily accept pull requests in the meantime if you want.

koleror commented 1 year ago

The project now supports django 3 and 4. Closing the issue!