test.SimpleTestCase.assertJSONNotEqual()

SimpleTestCase.assertJSONNotEqual(raw, expected_data, msg=None) [source] Asserts that the

2016-10-09 18:40:05
Search

A common task for web applications is to search some data in the database with user input. In a simple case, this could be filtering a list of objects by a category. A more

2016-10-09 18:39:27
template.loader.render_to_string()

render_to_string(template_name, context=None, request=None, using=None) [source] r

2016-10-09 18:39:49
auth.mixins.AccessMixin.get_login_url()

get_login_url() Returns the URL that users who don’t pass the test will be redirected to. Returns login_url if

2016-10-09 18:34:12
utils.deprecation.MiddlewareMixin

class django.utils.deprecation.MiddlewareMixin Django provides django.utils.deprecation.MiddlewareMixin to ease

2016-10-09 18:40:22
test.Client.login()

login(**credentials) [source] If your site uses Django’s authentication

2016-10-09 18:39:56
test.Client.cookies

Client.cookies A Python

2016-10-09 18:39:55
Performance and optimization

This document provides an overview of techniques and tools that can help get your Django code running more efficiently - faster, and using fewer system resources.

2016-10-09 18:39:13
test.SimpleTestCase.assertXMLNotEqual()

SimpleTestCase.assertXMLNotEqual(xml1, xml2, msg=None) [source] Asserts that the strings

2016-10-09 18:40:07
views.decorators.cache.cache_control()

cache_control(**kwargs) [source] This decorator patches the response’s Cache-Control

2016-10-09 18:40:43