Skip to content
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

Update package for Django v4.2 compatibility #10

Closed
6 tasks done
mikkonie opened this issue Jan 4, 2024 · 0 comments
Closed
6 tasks done

Update package for Django v4.2 compatibility #10

mikkonie opened this issue Jan 4, 2024 · 0 comments
Assignees

Comments

@mikkonie
Copy link

mikkonie commented Jan 4, 2024

As I started working on bihealth/sodar-core#880, I also have to our update other related packages to work with Django v4.2+. Issues detected will be listed below.

Issues

  • Replace django.utils.translation.ugettext_lazy imports with gettext_lazy
  • Fix providing_args arg for Signal() (1)
  • Replace django.conf.urls.url imports with django.urls.re_path

Cleanup

  • Ensure changes are backwards compatible to v3.0 where possible
  • Update versions in CI
  • Update readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant