test.SimpleTestCase.assertRedirects()
  • References/Python/Django/Guides

SimpleTestCase.assertRedirects(response, expected_url, status_code=302, target_status_code=200, msg_prefix='', fetch_redirect_response=True)

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

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

2025-01-10 15:47:30
sessions.backends.cached_db.SessionStore
  • References/Python/Django/Guides

class backends.cached_db.SessionStore Implements cached database-backed session store.

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

class django.utils.deprecation.MiddlewareMixin Django provides django.utils.deprecation.MiddlewareMixin to ease

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

send_mass_mail(datatuple, fail_silently=False, auth_user=None, auth_password=None, connection=None) [source]

2025-01-10 15:47:30
sessions.backends.base.SessionBase.items()
  • References/Python/Django/Guides

items()

2025-01-10 15:47:30
sessions.backends.base.SessionBase.
  • References/Python/Django/Guides

__delitem__(key) Example: del request.session['fav_color']. This raises KeyError if the given key

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

A common task for web applications is to search some data in the database with user input. In a simple case, this could be filtering a list of objects by a category. A more

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

clean() New in Django 1.10. Normalizes

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

password_validators_help_text_html(password_validators=None) Returns an HTML string with all help texts in an <ul>

2025-01-10 15:47:30