loads(string, key=None, salt='django.core.signing', max_age=None) [source] Reverse of dumps()
DiscoverRunner.run_tests(test_labels, extra_tests=None, **kwargs) Run the test suite. test_labels
__setitem__(key, value) Example: request.session['fav_color'] = 'blue'
class models.CustomUserManager create_user(*username_field*, password=None, **other_fields)
Client.session A dictionary-like object containing session information. See the session documentation
class models.CustomUser USERNAME_FIELD A string describing the name of the
has_permission() Returns a boolean denoting whether the current user has permission to execute the decorated view. By default
create_superuser(*username_field*, password, **other_fields) The prototype of create_superuser() should accept
set_rollback(rollback, using=None) [source] Setting the rollback flag to True
Migration.initial New in Django 1.9. The
Page 11 of 35