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

fix import errors for django v.4.0 #655

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Larynn
Copy link

@Larynn Larynn commented Feb 12, 2022

Fix import errors:

django.utils.translation

  • ugettext_lazy -> gettext_lazy

django.conf.urls -> django.urls

  • url -> re_path

django.utils.encoding

  • force_text -> force_str

…o.conf.urls (url, include), django.utils.encoding (force_text)
@Larynn Larynn changed the title fix import errors fix import errors for django v.4.0 Feb 12, 2022
@Larynn Larynn changed the title fix import errors for django v.4.0 fix import errors for django v.4.0 #650 Feb 12, 2022
@Larynn Larynn changed the title fix import errors for django v.4.0 #650 fix import errors for django v.4.0 Feb 12, 2022
Copy link

@vitorvendrami vitorvendrami left a comment

Choose a reason for hiding this comment

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

Important changes to use on DJango 4 Version

@charanjit-singh
Copy link

charanjit-singh commented Mar 31, 2022

I am waiting for this to get merged

@charanjit-singh
Copy link

Still not merged?

@sikaili99
Copy link

sikaili99 commented Jul 27, 2022

Can this be merged please?

Update: As per readme, this project is no longer maintained. You can use https://github.com/iMerica/dj-rest-auth

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.

None yet

5 participants