get_decoded() Returns decoded session data. Decoding is performed by the session store class
vary_on_cookie(func) [source]
savepoint(using=None) [source] Creates a new savepoint. This marks a point in the transaction
login_required(redirect_field_name='next', login_url=None) [source] As a shortcut, you can
context The template Context instance that was used to render the template that produced the response content.
__setitem__(key, value) Example: request.session['fav_color'] = 'blue'
This topic guide describes Django’s support for interacting with multiple databases. Most of the rest of Django’s documentation assumes you are interacting with a single database
Page.object_list The list of objects on this page.
pop(key, default=__not_given) Example: fav_color = request.session.pop('fav_color', 'blue')
validate_password(password, user=None, password_validators=None) [source] Validates a password
Page 10 of 35