-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.10.0 -------------- Released 2014/07/16 - Add configuration: WTF_CSRF_METHODS - Support WTForms 2.0 now - Fix csrf validation without time limit (time_limit=False) - CSRF exempt supports blueprint `#111`_. .. _`#111`: pallets-eco/flask-wtf#111
- Loading branch information
kleink
committed
Aug 13, 2014
1 parent
eb372b4
commit a744081
Showing
2 changed files
with
7 additions
and
7 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.7 2014/04/03 08:49:48 kleink Exp $ | ||
$NetBSD: distinfo,v 1.8 2014/08/13 10:21:06 kleink Exp $ | ||
|
||
SHA1 (Flask-WTF-0.9.5.tar.gz) = 359c50f896756d4ad6b47590104a61f0cf6c9480 | ||
RMD160 (Flask-WTF-0.9.5.tar.gz) = 8a8b2edcbaf6de2c24a3c930fa6bf6731c648a0e | ||
Size (Flask-WTF-0.9.5.tar.gz) = 245815 bytes | ||
SHA1 (Flask-WTF-0.10.0.tar.gz) = 223350cafc8941a91838cb10611538ac5445858c | ||
RMD160 (Flask-WTF-0.10.0.tar.gz) = a1d5b697ab3d911c87047a145893e1fcf4392903 | ||
Size (Flask-WTF-0.10.0.tar.gz) = 246499 bytes |