test_cookie_worked() Returns either True or False, depending on whether the user’s browser accepted
django.views.decorators.cache.cache_page() A more granular way to use the caching framework is by caching the output of individual
require_POST() Decorator to require that a view only accepts the POST method.
get_object_or_404(klass, *args, **kwargs) [source] Calls
password_reset_complete(request, template_name='registration/password_reset_complete.html', current_app=None, extra_context=None) Presents
receiver(signal) [source]
SimpleTestCase.modify_settings() [source] It can prove unwieldy to redefine settings that
loads(string, key=None, salt='django.core.signing', max_age=None) [source] Reverse of dumps()
get_user_model() [source] Instead of referring to
gzip_page() This decorator compresses content if the browser allows gzip compression. It sets the Vary header accordingly
Page 13 of 35