test.runner.DiscoverRunner.setup_test_environment()

DiscoverRunner.setup_test_environment(**kwargs) Sets up the test environment by calling setup_test_environment()

2016-10-09 18:40:02
test.SimpleTestCase.assertTemplateUsed()

SimpleTestCase.assertTemplateUsed(response, template_name, msg_prefix='', count=None) [source] Asserts

2016-10-09 18:40:06
auth.forms.PasswordResetForm.send_email()

send_email(subject_template_name, email_template_name, context, from_email, to_email, html_email_template_name=None) Uses the

2016-10-09 18:34:09
test.SimpleTestCase.assertXMLEqual()

SimpleTestCase.assertXMLEqual(xml1, xml2, msg=None) [source] Asserts that the strings xml1

2016-10-09 18:40:06
template.loader.select_template()

select_template(template_name_list, using=None) [source] select_template() is

2016-10-09 18:39:49
dispatch.Signal.disconnect()

Signal.disconnect(receiver=None, sender=None, dispatch_uid=None) [source] To disconnect a

2016-10-09 18:36:29
auth.models.CustomUser.USERNAME_FIELD

USERNAME_FIELD A string describing the name of the field on the User model that is used as the unique identifier. This will

2016-10-09 18:34:19
views.decorators.http.require_GET()

require_GET() Decorator to require that a view only accepts the GET method.

2016-10-09 18:40:45
forms.formsets.BaseFormSet.total_error_count()

BaseFormSet.total_error_count() [source] To check how many errors there are in the formset

2016-10-09 18:36:56
core.mail.mail_admins()

mail_admins(subject, message, fail_silently=False, connection=None, html_message=None) [source]

2016-10-09 18:34:53