core.paginator.Page.object_list

Page.object_list The list of objects on this page.

2016-10-09 18:34:58
views.decorators.cache.cache_page()

django.views.decorators.cache.cache_page() A more granular way to use the caching framework is by caching the output of individual

2016-10-09 18:40:44
auth.models.PermissionsMixin.get_all_permissions()

get_all_permissions(obj=None) Returns a set of permission strings that the user has, both through group and user permissions

2016-10-09 18:34:21
core.paginator.Page.has_next()

Page.has_next() [source] Returns True if there’s a next page.

2016-10-09 18:34:57
test.SimpleTestCase.modify_settings()

SimpleTestCase.modify_settings() [source] It can prove unwieldy to redefine settings that

2016-10-09 18:40:07
shortcuts.redirect()

redirect(to, permanent=False, *args, **kwargs) [source] Returns an

2016-10-09 18:39:36
auth.views.password_change()

password_change(request, template_name='registration/password_change_form.html', post_change_redirect=None, password_change_form=PasswordChangeForm, current_app=None

2016-10-09 18:34:30
auth.mixins.UserPassesTestMixin.get_test_func()

get_test_func() You can also override the get_test_func() method to have the mixin use a differently named function

2016-10-09 18:34:15
views.decorators.http.require_POST()

require_POST() Decorator to require that a view only accepts the POST method.

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

SimpleTestCase.assertTemplateNotUsed(response, template_name, msg_prefix='') [source] Asserts

2016-10-09 18:40:06