*******************
Note worthy changes
-------------------
- Nariman Gharib contributed a Persian translation, thanks!
- The custom signup form ``save`` has been deprecated in favour of a
``def signup(request, user)`` method.
- Facebook reauthentication now uses an ``auth_nonce``.
- Added a new option ``ACCOUNT_LOGIN_ON_EMAIL_CONFIRMATION``, to
indicate whether or not e-mail confirmation is to automatically
log in.
- socialaccount: Added Bitbucket provider.
- Jack Shedd contributed Tumblr support, thanks!
- Romanos Tsouroplis contributed Foursquare support, thanks!
- "excessivedemon" contributed Flickr support, thanks!
- Luis Diego García contributed Amazon and Paypal support, thanks!
- Stuart Ross contributed LinkedIn OAuth 2.0 support, thanks!
Backwards incompatible changes
------------------------------
- Previously, the ``save(user)`` was called on the custom signup form.
However, this shadowed the existing ``save`` method in case a model
form was used. To avoid confusion, the ``save`` method has been
deprecated in favour of a ``def signup(request, user)`` method.
- The Amazon provider requires more space for ``token_secret``, so the
maximum length restriction has been dropped. Migrations are in
place.