authenticate(**credentials) [source] Use authenticate() to verify a set of credentials
SimpleTestCase.allow_database_queries New in Django 1.9.
class models.BaseUserManager classmethod normalize_email(email) Normalizes
set_unusable_password() Marks the user as having no password set. This isn’t the same as having a blank string for a password
get_autocommit(using=None) [source]
force_login(user, backend=None) [source] New
DiscoverRunner.teardown_databases(old_config, **kwargs) Destroys the test databases, restoring pre-test conditions.
session_key Primary key. The field itself may contain up to 40 characters. The current implementation generates a 32-character
__getitem__(key) Example: fav_color = request.session['fav_color']
class SimpleTestCase [source] A subclass of
Page 19 of 35