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

Upgrade to Django v4 #206

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Upgrade to Django v4 #206

wants to merge 4 commits into from

Conversation

coluck
Copy link

@coluck coluck commented Dec 16, 2022

I tried to test django-river on new versions of Django(v4). There were some errors. Tried to fix it with this PR.

  • ugettext_lazy was deprecated in v2.2 and no longer used in django v3+. Reference.
  • Upgrade django-mptt package from 0.9.1 to 0.14. Reference
  • Remove providing_args argument from django.dispatch.dispatcher.Signalobjects. Reference.

@coluck coluck changed the title Convert ugettext_lazy to gettext_lazy Upgrade to Django v4 Dec 16, 2022
Copy link

@santiago1114 santiago1114 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this works for latest django version

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

Successfully merging this pull request may close these issues.

2 participants