*******************
Note worthy changes
-------------------
- Many providers were added: Reddit, Untappd, GitLab, Stripe,
Pinterest, Shopify, Draugiem, DigitalOcean, Robinhood,
Bitbucket(OAuth2).
- The account connections view is now AJAX aware.
- You can now customize the template extension that is being used to
render all HTML templates (``ACCOUNT_TEMPLATE_EXTENSION``)
- In order to be secure by default, users are now blocked from logging
in after exceeding a maximum number of failed login attempts (see
``ACCOUNT_LOGIN_ATTEMPTS_LIMIT``,
``ACCOUNT_LOGIN_ATTEMPTS_TIMEOUT``). Set
``ACCOUNT_LOGIN_ATTEMPTS_LIMIT`` to ``None`` to disable this
functionality. Important: while this protects the allauth login view, it
does not protect Django's admin login from being brute forced.
- New translations: Arabic, Lithuanian
Backwards incompatible changes
------------------------------
None