The documentation for the feature is near the bottom of the commit.<p>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.<p>While there's a bit of possible backwards-incompatibility with my hacks, it looks like this change addresses both pain points.