Closed ivorbosloper closed 11 months ago
Any plans on releasing this?
@cchacholiades I don't know why I keep running into this situation. I'm building my first for production Django website and keep seeing projects like this recommended only to find they haven't been touched in years and don't do anything with pull requests that fix support for the latest Django. Is the Django community dead or something or is it a bunch of people that used it from 10 years ago and are just content running django 2 on their already completed website?
@jsocol Anything we can do to help get this merged?
Hey! Any plans to merge the pr?
Fixed with merge...
It’s merged in a fork, not in this repo
It’s merged in a fork, not in this repo
where is this merged? i am trying to use the .5 version and it is not there
I'm working on getting a new release cut. I believe this will be the last 0.x release
I'm working on getting a new release cut. I believe this will be the last 0.x release
Nice! Thank you!
It's out! https://pypi.org/project/django-adminplus/0.6/
Please file issues if you encounter anything with various versions of Django. I fully expect there to be issues given there hasn't been a release in ~8 years 😅
Django 4 breaks with Exception:
The cause is;
django.conf.urls.url()
was deprecated since Django 3.1, is removed in Django 4.0+. It can be resolved by usingpath
orre_path
, see docs.