This repository was archived by the owner on Jan 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed
Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 0.11 (2014-09-25)
7+ +++++++++++++++++++
8+ - Add support for local assertion verification instead of relying on the remote
9+ verification service if PyBrowserID is installed.
10+
11+ - Add an auto-login backend to support offline local development when the
12+ Persona service isn't available.
13+
14+ - Run automated tests for Django 1.7.
15+
16+ - Use the stateless Persona API, removing the need to work around issues
17+ involving Persona attempting to auto-login or auto-logout users.
18+
19+ - Add support for setting an `on_ready ` handler to be executed when the Persona
20+ API is ready to fetch assertions.
21+
22+ - Fix broken Django admin integration.
23+
24+ - Fix some issues around CSRF tokens used during the login process.
25+
26+ - Improve logging when using the default verify view so that it doesn't look
27+ like an error.
28+
29+ - Various documentation updates.
30+
31+
6320.10.1 (2014-05-02)
733+++++++++++++++++++
834- Add ``browserid_info `` helper back in. The previous method of fetching the
Original file line number Diff line number Diff line change 55License, v. 2.0. If a copy of the MPL was not distributed with this
66file, You can obtain one at http://mozilla.org/MPL/2.0/.
77"""
8- __version__ = '0.10.1 '
8+ __version__ = '0.11 '
99
1010from django_browserid .auth import (
1111 BrowserIDBackend ,
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ in the right place. This document describes the major changes required to get
55your site up to the latest and greatest!
66
77
8+ 0.10.1 to 0.11
9+ --------------
10+ No changes are necessary to switch from 0.10.1 to 0.11.
11+
12+
8130.9 to 0.10.1
914-------------
1015- The minimum supported version of requests is now 1.0.0, and six has been
You can’t perform that action at this time.
0 commit comments