omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

Use class variable instead of hardcoded child class #1009

Closed 0xKD closed 7 years ago

0xKD commented 8 years ago

This will prevent unexpected behaviour when AbstractUserSocialAuth is subclassed.

omab commented 7 years ago

I'm closing this since the newer implementation at https://github.com/python-social-auth/social-app-django/blob/master/social_django/models.py#L30 already fixed these references.

Thanks!