sessions.base_session.BaseSessionManager.save()
  • References/Python/Django/Guides

save(session_key, session_dict, expire_date) Saves session data for a provided session key, or deletes the session in case the

2025-01-10 15:47:30
core.mail.EmailMessage
  • References/Python/Django/Guides

class EmailMessage [source] The EmailMessage class is initialized with the following

2025-01-10 15:47:30
db.transaction.get_rollback()
  • References/Python/Django/Guides

get_rollback(using=None) [source]

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

login(request, template_name=`registration/login.html`, redirect_field_name='next', authentication_form=AuthenticationForm, current_app=None, extra_context=None, red

2025-01-10 15:47:30
auth.mixins.AccessMixin.raise_exception
  • References/Python/Django/Guides

raise_exception If this attribute is set to True, a PermissionDenied exception will be raised instead

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

wsgi_request The WSGIRequest instance generated by the test handler that generated the response.

2025-01-10 15:47:30
shortcuts.get_list_or_404()
  • References/Python/Django/Guides

get_list_or_404(klass, *args, **kwargs) [source] Returns the result of

2025-01-10 15:47:30
Internationalization and localization
  • References/Python/Django/Guides

Overview The goal of internationalization and localization is to allow a single Web application to offer its content in languages and formats

2025-01-10 15:47:30
utils.log.RequireDebugTrue
  • References/Python/Django/Guides

class RequireDebugTrue [source] This filter is similar to RequireDebugFalse

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

SimpleTestCase.assertRaisesMessage(expected_exception, expected_message, callable, *args, **kwargs) [source] SimpleTestCase

2025-01-10 15:47:30