3 comments

[ 3.4 ms ] story [ 15.2 ms ] thread
The documentation for the feature is near the bottom of the commit.

This is a really great addition. Every non-trivial Django project I've ever worked on has required extending the user model using both the bolted-on AUTH_USER_PROFILE pattern and hacked together middleware in order to support email-based logins.

While there's a bit of possible backwards-incompatibility with my hacks, it looks like this change addresses both pain points.

Yup, then some south hack to make usernames longer than 30 characters...