auth.views.password_reset()

password_reset(request, template_name='registration/password_reset_form.html', email_template_name='registration/password_reset_email.html', subject_template_name='r

2016-10-09 18:34:31
core.paginator.Paginator.page()

Paginator.page(number) [source] Returns a Page object with the given 1-based

2016-10-09 18:34:59
Database access optimization

Django’s database layer provides various ways to help developers get the most out of their databases. This document gathers together links to the relevant documentation, and

2016-10-09 18:35:04
Form Assets (the Media class)

Rendering an attractive and easy-to-use Web form requires more than just HTML - it also requires CSS stylesheets, and if you want to use fancy “Web2.0” widgets, you may also

2016-10-09 18:36:34
test.Response.request

request The request data that stimulated the response.

2016-10-09 18:40:00
sessions.backends.base.SessionBase.keys()

keys()

2016-10-09 18:39:29
auth.hashers.check_password()

check_password(password, encoded) [source] If you’d like to manually authenticate a user

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

SimpleTestCase.assertNotContains(response, text, status_code=200, msg_prefix='', html=False) [source]

2016-10-09 18:40:05
auth.models.AbstractBaseUser.check_password()

check_password(raw_password) Returns True if the given raw string is the correct password for the user. (This takes

2016-10-09 18:34:15
Porting to Python 3

Django 1.5 is the first version of Django to support Python 3. The same code runs both on Python 2 (≥ 2.6.5) and Python 3 (≥ 3.2), thanks to the

2016-10-09 18:39:13