send_email(subject_template_name, email_template_name, context, from_email, to_email, html_email_template_name=None) Uses the
check_password(password, encoded) [source] If you’d like to manually authenticate a user
Signal.send_robust(sender, **kwargs) [source] To send a signal, call either Signal
Introductions to all the key parts of Django you’ll need to know: How to install Django Models
redirect_to_login(next, login_url=None, redirect_field_name='next') Redirects to the login page, and then back to another URL
DiscoverRunner.test_suite The class used to build the test suite. By default it is set to unittest.TestSuite. This
Signal.disconnect(receiver=None, sender=None, dispatch_uid=None) [source] To disconnect a
get_group_permissions(obj=None) Returns a set of permission strings that the user has, through their groups.
SimpleTestCase.client Every test case in a django.test.*TestCase instance has access to an instance of a Django
USERNAME_FIELD A string describing the name of the field on the User model that is used as the unique identifier. This will
Page 25 of 35