db.transaction.savepoint_commit()

savepoint_commit(sid, using=None) [source] Releases savepoint sid. The changes

2016-10-09 18:36:28
core.mail.send_mail()

send_mail(subject, message, from_email, recipient_list, fail_silently=False, auth_user=None, auth_password=None, connection=None, html_message=None)

2016-10-09 18:34:53
db.models.Model.

Model._default_manager If you use custom Manager objects, take note that the first Manager Django

2016-10-09 18:35:56
sessions.backends.base.SessionBase.get_expiry_date()

get_expiry_date() Returns the date this session will expire. For sessions with no custom expiration (or those set to expire

2016-10-09 18:39:29
test.runner.DiscoverRunner.test_runner

DiscoverRunner.test_runner This is the class of the low-level test runner which is used to execute the individual tests and

2016-10-09 18:40:03
shortcuts.get_list_or_404()

get_list_or_404(klass, *args, **kwargs) [source] Returns the result of

2016-10-09 18:39:35
auth.password_validation.NumericPasswordValidator

class NumericPasswordValidator [source] Validates whether the password is not entirely numeric

2016-10-09 18:34:27
test.Response.wsgi_request

wsgi_request The WSGIRequest instance generated by the test handler that generated the response.

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

logout(request, next_page=None, template_name='registration/logged_out.html', redirect_field_name='next', current_app=None, extra_context=None)

2016-10-09 18:34:30
auth.models.AbstractBaseUser.is_anonymous

is_anonymous Read-only attribute which is always False. This is a way of differentiating

2016-10-09 18:34:16