auth.forms.PasswordResetForm.send_email()
  • References/Python/Django/Guides

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

2025-01-10 15:47:30
auth.hashers.check_password()
  • References/Python/Django/Guides

check_password(password, encoded) [source] If you’d like to manually authenticate a user

2025-01-10 15:47:30
dispatch.Signal.send_robust()
  • References/Python/Django/Guides

Signal.send_robust(sender, **kwargs) [source] To send a signal, call either Signal

2025-01-10 15:47:30
Using Django
  • References/Python/Django/Guides

Introductions to all the key parts of Django you’ll need to know: How to install Django Models

2025-01-10 15:47:30
auth.views.redirect_to_login()
  • References/Python/Django/Guides

redirect_to_login(next, login_url=None, redirect_field_name='next') Redirects to the login page, and then back to another URL

2025-01-10 15:47:30
test.runner.DiscoverRunner.test_suite
  • References/Python/Django/Guides

DiscoverRunner.test_suite The class used to build the test suite. By default it is set to unittest.TestSuite. This

2025-01-10 15:47:30
dispatch.Signal.disconnect()
  • References/Python/Django/Guides

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

2025-01-10 15:47:30
auth.models.PermissionsMixin.get_group_permissions()
  • References/Python/Django/Guides

get_group_permissions(obj=None) Returns a set of permission strings that the user has, through their groups.

2025-01-10 15:47:30
test.SimpleTestCase.client
  • References/Python/Django/Guides

SimpleTestCase.client Every test case in a django.test.*TestCase instance has access to an instance of a Django

2025-01-10 15:47:30
auth.models.CustomUser.USERNAME_FIELD
  • References/Python/Django/Guides

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

2025-01-10 15:47:30