class base_session.BaseSessionManager New in Django 1.9.
class django.core.serializers.json.DjangoJSONEncoder The JSON serializer uses DjangoJSONEncoder for encoding. A
send_mail(subject, message, *args, **kwargs) [source] Sends emails to admin users. To customize
savepoint_rollback(sid, using=None) [source] Rolls back the transaction to savepoint sid
Form processing generally has 3 paths: Initial GET (blank or prepopulated form) POST with invalid data (typically
SimpleTestCase.assertRaisesMessage(expected_exception, expected_message, callable, *args, **kwargs) [source] SimpleTestCase
has_perm(perm, obj=None) Returns True if the user has the specified permission, where perm is in the
raise_exception If this attribute is set to True, a PermissionDenied exception will be raised instead
DiscoverRunner.teardown_test_environment(**kwargs) Restores the pre-test environment.
render(request, template_name, context=None, content_type=None, status=None, using=None) [source] Combines
Page 2 of 35