save(session_key, session_dict, expire_date) Saves session data for a provided session key, or deletes the session in case the
get_list_or_404(klass, *args, **kwargs) [source] Returns the result of
class Response client The test client that was used to make the request that
Class-based views provide an alternative way to implement views as Python objects instead of functions. They do not replace function-based views, but have certain differences
Django comes with a user authentication system. It handles user accounts, groups, permissions and cookie-based user sessions. This section of the documentation explains how
class django.core.serializers.json.DjangoJSONEncoder The JSON serializer uses DjangoJSONEncoder for encoding. A
class EmailMessage [source] The EmailMessage class is initialized with the following
django.core.cache.utils.make_template_fragment_key(fragment_name, vary_on=None) If you want to obtain the cache key used for
class NumericPasswordValidator [source] Validates whether the password is not entirely numeric
raise_exception If this attribute is set to True, a PermissionDenied exception will be raised instead
Page 5 of 35