-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django 4 django.dispatch.Signal unexpected keyword argument providing_args #502
Comments
This is handled by |
Havent seen that one before. Good to know, but not going to be very reliable as it isn't a CST. Of those, it didn't work on |
AFAIK, a lot of tools aren't using CST and I rely on them everyday, they are extremely reliable: black, pyupgrade. Django-upgrade takes a similar approach and it worked fine on a project I tried it on. I'm not familiar with |
Yea, django-upgrade worked on most of the projects I mentioned earlier. I think you need to create an account in order to see the build logs on OBS. The logs are under a clickable red link "failed". The .spec files in each project show where I have added If you don't want to create an OBS account, the same commands can be run on the github repos for each project. I've done a PR for django-mailman3; the rest had other additional Django 4 problems, often the middleware |
SUSE Tumbleweed has updated django to 4.0, and while fixing django packages I've noticed a lot of packages are failing with this.
e.g. https://build.opensuse.org/package/show/home:jayvdb:branches:devel:languages:python:django/python-django-avatar
https://docs.djangoproject.com/en/dev/releases/4.0/
Deprecation timeline
The text was updated successfully, but these errors were encountered: