forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.2.10 -------------- Released on March 9th, 2014 - Generalized `request_loader` introduced; ability to log users in via customized callback over request. - Fixes request context dependency by explicitly checking `has_request_context`. - Fixes remember me issues since lazy user loading changes.
- Loading branch information
kleink
committed
Apr 3, 2014
1 parent
9cf1150
commit 5cb25e1
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.6 2014/01/01 17:56:43 kleink Exp $ | ||
$NetBSD: distinfo,v 1.7 2014/04/03 08:44:45 kleink Exp $ | ||
|
||
SHA1 (Flask-Login-0.2.9.tar.gz) = 79c8d78aa17f56d403ea8059399f18f7218e8211 | ||
RMD160 (Flask-Login-0.2.9.tar.gz) = 7382c36c0a97e057922947d368143749e6f16558 | ||
Size (Flask-Login-0.2.9.tar.gz) = 10922 bytes | ||
SHA1 (Flask-Login-0.2.10.tar.gz) = 303e36a73f3f0f1947999d92d5e63e13703082d8 | ||
RMD160 (Flask-Login-0.2.10.tar.gz) = 9ba045f06f162d3d82e86cee677978283d7013d7 | ||
Size (Flask-Login-0.2.10.tar.gz) = 11107 bytes |