Form handling with class-based views

Form processing generally has 3 paths: Initial GET (blank or prepopulated form) POST with invalid data (typically

2016-10-09 18:36:35
views.i18n.javascript_catalog()

javascript_catalog(request, domain='djangojs', packages=None) [source]

2016-10-09 18:41:15
utils.log.AdminEmailHandler.send_mail()

send_mail(subject, message, *args, **kwargs) [source] Sends emails to admin users. To customize

2016-10-09 18:40:32
sessions.backends.base.SessionBase.delete_test_cookie()

delete_test_cookie() Deletes the test cookie. Use this to clean up after yourself.

2016-10-09 18:39:28
auth.update_session_auth_hash()

update_session_auth_hash(request, user) [source] This function takes the current request

2016-10-09 18:34:29
Managing files

This document describes Django’s file access APIs for files such as those uploaded by a user. The lower level APIs are general enough that you could use them for other purposes

2016-10-09 18:39:02
test.runner.DiscoverRunner.teardown_test_environment()

DiscoverRunner.teardown_test_environment(**kwargs) Restores the pre-test environment.

2016-10-09 18:40:02
Internationalization and localization

Overview The goal of internationalization and localization is to allow a single Web application to offer its content in languages and formats

2016-10-09 18:38:58
test.Client

class Client(enforce_csrf_checks=False, **defaults) [source] It requires no arguments at

2016-10-09 18:39:54
Many-to-one relationships

To define a many-to-one relationship, use

2016-10-09 18:39:03