test.runner.DiscoverRunner.suite_result()

DiscoverRunner.suite_result(suite, result, **kwargs) Computes and returns a return code based on a test suite, and the result

2016-10-09 18:40:02
test.utils.setup_test_environment()

setup_test_environment() [source] Performs global pre-test setup, such as installing instrumentation

2016-10-09 18:40:10
Class-based views

A view is a callable which takes a request and returns a response. This can be more than just a function, and Django provides an example of some classes which can be used as

2016-10-09 18:34:34
core.paginator.Page.end_index()

Page.end_index() [source] Returns the 1-based index of the last object on the page, relative

2016-10-09 18:34:57
utils.log.AdminEmailHandler

class AdminEmailHandler(include_html=False, email_backend=None) [source] This handler sends

2016-10-09 18:40:32
template.backends.jinja2.Jinja2

class Jinja2 [source] Requires

2016-10-09 18:39:44
auth.models.AbstractBaseUser.has_usable_password()

has_usable_password() Returns False if set_unusable_password() has been called for this user.

2016-10-09 18:34:16
core.mail.mail_managers()

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

2016-10-09 18:34:53
dispatch.Signal.connect()

Signal.connect(receiver, sender=None, weak=True, dispatch_uid=None) [source]

2016-10-09 18:36:29
test.Client.post()

post(path, data=None, content_type=MULTIPART_CONTENT, follow=False, secure=False, **extra) [source] Makes

2016-10-09 18:39:57