Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
omg omg omg omg omg omg
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Apr 15, 2014
1 parent 08c88d3 commit 2b17fea
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
History
-------

0.10 (2014-04-15)
+++++++++++++++++
- Massive documentation update, including upgrade instructions for older
versions.

- Support and test on Python 3.2 and 3.3, and Django 1.6!

- Disable automatic login and logout coming from Persona. This also fixes
logins being triggered in all open tabs on your site.

- Replace in-page form for trigger logins with AJAX calls. Removes need for
{% browserid_info %} template tag.

- Drop ``six`` from requirements.

- Replace ``SITE_URL`` setting with ``BROWSERID_AUDIENCES`` and make it
optional when ``DEBUG`` is True.

- Add support for logging-in to the admin interface with Persona.

- Remove need to set custom context processor.

- Replace ``verify`` function with the Verifier classes like
``RemoteVerifier``.

- And more!


0.9 (2013-08-25)
++++++++++++++++
- Add ``BROWSERID_VERIFY_CLASS`` to make it easier to customize the verification view.
Expand Down
2 changes: 1 addition & 1 deletion django_browserid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
"""
__version__ = '0.9'
__version__ = '0.10'

from django_browserid.auth import BrowserIDBackend # NOQA
from django_browserid.base import (
Expand Down

0 comments on commit 2b17fea

Please sign in to comment.