GithubHelp home page GithubHelp logo

Update for Django 4.0 about django-rest-auth HOT 6 OPEN

zbraniecki avatar zbraniecki commented on August 17, 2024 17
Update for Django 4.0

from django-rest-auth.

Comments (6)

vickyboston20 avatar vickyboston20 commented on August 17, 2024 15

There are several calls to deprecated APIs that were removed in Django 4.0:

  • django.conf.url.urls
  • ugettext
  • force_text

Temp workaround --Replace
*For django.conf.urls use
from django.urls import re_path as url
*For ugettext use
from django.utils.translation import gettext_lazy as _
*for force_text use
from django.utils.encoding import force_str as force_text

from django-rest-auth.

PrynsTag avatar PrynsTag commented on August 17, 2024 6

According to the drf documentation:

Django-rest-auth is the original project, but is not currently receiving updates.
Dj-rest-auth is a newer fork of the project.

from django-rest-auth.

MarlonJD avatar MarlonJD commented on August 17, 2024 5

O forked and merged django 4 changes. https://pypi.org/project/django-rest-auth-forked/ we can go after now

from django-rest-auth.

sloughin avatar sloughin commented on August 17, 2024 4

Also a Django 4 upgrade issue: rest_auth attempts to import url from django.conf.urls which doesn't exist in Django 4:
see rest_auth/urls.py, line 1

from django-rest-auth.

marcellino-ornelas avatar marcellino-ornelas commented on August 17, 2024 1

https://github.com/iMerica/dj-rest-auth worked for me. Thanks @PrynsTag!!!!!!

from django-rest-auth.

hiporox avatar hiporox commented on August 17, 2024

This looks like it'll be resolved by #652

Can we get that merged into the next release?

from django-rest-auth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.