This document describes Django’s file access APIs for files such as those uploaded by a user. The lower level APIs are general enough that you could use them for other purposes
update_session_auth_hash(request, user) [source] This function takes the current request
Signal.send(sender, **kwargs) [source]
skipIfDBFeature(*feature_name_strings) [source] Skip the decorated test or TestCase
is_anonymous Read-only attribute which is always False. This is a way of differentiating
user_passes_test(test_func, login_url=None, redirect_field_name='next') [source] As a shortcut
render_to_response(template_name, context=None, content_type=None, status=None, using=None) [source] This
TransactionTestCase.reset_sequences Setting reset_sequences = True on a TransactionTestCase will make
django.conf.settings.configure(default_settings, **settings) Example:
savepoint_commit(sid, using=None) [source] Releases savepoint sid. The changes
Page 1 of 35