test.utils.teardown_test_environment()

teardown_test_environment() [source] Performs global post-test teardown, such as removing

2016-10-09 18:40:10
sessions.base_session.AbstractBaseSession.session_key

session_key Primary key. The field itself may contain up to 40 characters. The current implementation generates a 32-character

2016-10-09 18:39:32
views.decorators.http.require_http_methods()

require_http_methods(request_method_list) [source] Decorator to require that a view only

2016-10-09 18:40:46
auth.authenticate()

authenticate(**credentials) [source] Use authenticate() to verify a set of credentials

2016-10-09 18:34:04
test.SimpleTestCase.assertJSONNotEqual()

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

2016-10-09 18:40:05
core.paginator.Page.next_page_number()

Page.next_page_number() [source] Returns the next page number. Raises InvalidPage

2016-10-09 18:34:57
sessions.backends.base.SessionBase.cycle_key()

cycle_key() Creates a new session key while retaining the current session data.

2016-10-09 18:39:28
test.Client.patch()

patch(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra) [source]

2016-10-09 18:39:57
core.serializers.get_serializer()

django.core.serializers.get_serializer(format) You can also use a serializer object directly:

2016-10-09 18:34:59
test.SimpleTestCase.assertFormError()

SimpleTestCase.assertFormError(response, form, field, errors, msg_prefix='') [source] Asserts

2016-10-09 18:40:04