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

username max_length can be None #950

Closed EdwardBetts closed 8 years ago

EdwardBetts commented 8 years ago

When using postgres the username field can be a varchar with no maximum size.

omab commented 8 years ago

Thanks!