You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
django.utils.translation.ugettext_lazy
imports withgettext_lazy
providing_args
arg forSignal()
(1)django.conf.urls.url
imports withdjango.urls.re_path
Cleanup
The text was updated successfully, but these errors were encountered: