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

Django 1.7 compatibility #11

Closed
xmr opened this issue Sep 27, 2014 · 3 comments
Closed

Django 1.7 compatibility #11

xmr opened this issue Sep 27, 2014 · 3 comments

Comments

@xmr
Copy link

xmr commented Sep 27, 2014

Using Django 1.7 seems to cause some issues regarding this library. I think the instances of get_user_model() in serializers.py need to be updated to settings.AUTH_USER_MODEL.

As django-registration is now abandoned and has problems with Django 1.7 someone has made django-registration-redux to fix the problems.

Does anything else need to be changed for 1.7?

@fcaneto
Copy link

fcaneto commented Oct 2, 2014

What about REST_PROFILE_MODULE and get_profile() calls?
Btw, great app!

@mateusz-sikora
Copy link
Contributor

I'm working on new version now - you can see changes on develop branch.
Basically, want to do few things:

  • replace django-registration with django-allauth and keep the same registration functionality
  • move all registration stuff to separated app - this will solve an issue reported here Dependency on django-registration #7
  • make user details view more simple by replacing user+profile with custom user model supported since django 1.5
  • api view for social media authentication

App should be ready in next week.

@mateusz-sikora
Copy link
Contributor

@xmr @fcaneto
As I mentioned last week, I was working on new version and it's almost finished. It's not released to pypi yet (should be in next week), but you can install it from github, master branch.
Here is a documentation http://django-rest-auth.readthedocs.org/en/latest/

steverecio pushed a commit to steverecio/django-rest-auth that referenced this issue Jun 3, 2020
Fix typos in the registration serializer documentation
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

3 participants