sessions.base_session.BaseSessionManager.save()

save(session_key, session_dict, expire_date) Saves session data for a provided session key, or deletes the session in case the

2016-10-09 18:39:33
shortcuts.get_list_or_404()

get_list_or_404(klass, *args, **kwargs) [source] Returns the result of

2016-10-09 18:39:35
test.Response

class Response client The test client that was used to make the request that

2016-10-09 18:39:59
Introduction to class-based views

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

2016-10-09 18:38:59
User authentication in Django

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

2016-10-09 18:40:18
core.serializers.json.DjangoJSONEncoder

class django.core.serializers.json.DjangoJSONEncoder The JSON serializer uses DjangoJSONEncoder for encoding. A

2016-10-09 18:34:59
core.mail.EmailMessage

class EmailMessage [source] The EmailMessage class is initialized with the following

2016-10-09 18:34:52
core.cache.utils.make_template_fragment_key()

django.core.cache.utils.make_template_fragment_key(fragment_name, vary_on=None) If you want to obtain the cache key used for

2016-10-09 18:34:40
auth.password_validation.NumericPasswordValidator

class NumericPasswordValidator [source] Validates whether the password is not entirely numeric

2016-10-09 18:34:27
auth.mixins.AccessMixin.raise_exception

raise_exception If this attribute is set to True, a PermissionDenied exception will be raised instead

2016-10-09 18:34:13