| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
``config.add_view(someview, check_csrf=True)``. When the predicate is
checked, if the ``csrf_token`` value in ``request.params`` matches the csrf
token in the request's session, the view will be permitted to execute.
Otherwise, it will not be permitted to execute.
|
|
|
|
|
|
add_request_method more prominent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3, add windows instructions for python 3, closes #653
|
|
result of invoke_subrequest instead of catching an exception
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove pypy from travis-ci allow_failures list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
declarative app
|