django.core.cache.utils.make_template_fragment_key(fragment_name, vary_on=None) If you want to obtain the cache key used for
Form processing generally has 3 paths: Initial GET (blank or prepopulated form) POST with invalid data (typically
class django.core.serializers.json.DjangoJSONEncoder The JSON serializer uses DjangoJSONEncoder for encoding. A
user_passes_test(test_func, login_url=None, redirect_field_name='next') [source] As a shortcut
class backends.smtp.EmailBackend(host=None, port=None, username=None, password=None, use_tls=None, fail_silently=False, use_ssl=None, timeout=None, ssl_keyfile=None,
get_expiry_date() Returns the date this session will expire. For sessions with no custom expiration (or those set to expire
logout(request, next_page=None, template_name='registration/logged_out.html', redirect_field_name='next', current_app=None, extra_context=None)
DiscoverRunner.setup_databases(**kwargs) Creates the test databases. Returns a data structure
savepoint_rollback(sid, using=None) [source] Rolls back the transaction to savepoint sid
is_anonymous Read-only attribute which is always False. This is a way of differentiating
Page 6 of 35