utils.log.RequireDebugFalse

class RequireDebugFalse [source] This filter will only pass on records when settings.DEBUG

2016-10-09 18:40:33
test.runner.DiscoverRunner.build_suite()

DiscoverRunner.build_suite(test_labels, extra_tests=None, **kwargs) Constructs a test suite that matches the test labels provided

2016-10-09 18:40:01
auth.views.password_reset_confirm()

password_reset_confirm(request, uidb64=None, token=None, template_name='registration/password_reset_confirm.html', token_generator=default_token_generator, set_passw

2016-10-09 18:34:31
auth.mixins.UserPassesTestMixin.test_func()

test_func() You have to override the test_func() method of the class to provide the test that is performed. Furthermore

2016-10-09 18:34:15
test.TransactionTestCase.available_apps

TransactionTestCase.available_apps Warning This attribute

2016-10-09 18:40:09
test.SimpleTestCase.assertRedirects()

SimpleTestCase.assertRedirects(response, expected_url, status_code=302, target_status_code=200, msg_prefix='', fetch_redirect_response=True)

2016-10-09 18:40:06
test.SimpleTestCase.settings()

SimpleTestCase.settings() [source] For testing purposes it’s often useful to change a setting

2016-10-09 18:40:07
auth.models.AbstractBaseUser.clean()

clean() New in Django 1.10. Normalizes

2016-10-09 18:34:15
core.paginator.Page.next_page_number()

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

2016-10-09 18:34:57
test.Client.get()

get(path, data=None, follow=False, secure=False, **extra) [source] Makes a GET request on

2016-10-09 18:39:55