pop(key, default=__not_given) Example: fav_color = request.session.pop('fav_color', 'blue')
test_cookie_worked() Returns either True or False, depending on whether the user’s browser accepted
context The template Context instance that was used to render the template that produced the response content.
Page.object_list The list of objects on this page.
content The body of the response, as a bytestring. This is the final page content as rendered by the view, or any error message
class models.CustomUser USERNAME_FIELD A string describing the name of the
vary_on_headers(*headers) [source] The Vary header defines which request headers
class PermissionRequiredMixin New in Django 1.9. This
class models.CustomUserManager create_user(*username_field*, password=None, **other_fields)
non_atomic_requests(using=None) [source] This decorator will negate the effect of
Page 9 of 35