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

Fix init_app db reference to session #1050

Closed duffn closed 7 years ago

duffn commented 7 years ago

This should say that the init_app function wants the database session and not the actual db reference.

https://github.com/omab/python-social-auth/blob/f13a5cc3c8670a1a3bbc16410bb30ac0423d9934/social/apps/flask_app/default/models.py#L67

omab commented 7 years ago

I've ported this into social-docs.

Thanks!