SimpleTestCase.assertRedirects(response, expected_url, status_code=302, target_status_code=200, msg_prefix='', fetch_redirect_response=True)
SimpleTestCase.assertXMLNotEqual(xml1, xml2, msg=None) [source] Asserts that the strings
class backends.cached_db.SessionStore Implements cached database-backed session store.
class django.utils.deprecation.MiddlewareMixin Django provides django.utils.deprecation.MiddlewareMixin to ease
send_mass_mail(datatuple, fail_silently=False, auth_user=None, auth_password=None, connection=None) [source]
items()
__delitem__(key) Example: del request.session['fav_color']. This raises KeyError if the given key
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
clean() New in Django 1.10. Normalizes
password_validators_help_text_html(password_validators=None) Returns an HTML string with all help texts in an <ul>
Page 14 of 35