cycle_key() Creates a new session key while retaining the current session data.
patch(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra) [source]
keys()
check_password(raw_password) Returns True if the given raw string is the correct password for the user. (This takes
__contains__(key) Example: 'fav_color' in request.session
Automated testing is an extremely useful bug-killing tool for the modern Web developer. You can use a collection of tests – a test suite – to solve, or avoid
require_GET() Decorator to require that a view only accepts the GET method.
Page.number The 1-based page number for this page.
put(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra) [source]
rollback(using=None) [source] These functions take a using argument which should
Page 22 of 35