Django v1.1 documentation

Global Module Index

D
 
D
django
    django.contrib.admin Django's admin site.
    django.contrib.auth Django's authentication framework.
    django.contrib.auth.backends Django's built-in authentication backend classes.
    django.contrib.auth.forms
    django.contrib.auth.middleware Authentication middleware.
    django.contrib.comments Django's comment framework
    django.contrib.comments.forms Forms for dealing with the built-in comment model.
    django.contrib.comments.models The built-in comment models
    django.contrib.comments.moderation Support for automatic comment moderation.
    django.contrib.comments.signals Signals sent by the comment module.
    django.contrib.contenttypes Provides generic interface to installed models.
    django.contrib.csrf Protects against Cross Site Request Forgeries
    django.contrib.csrf.middleware Middleware adding protection against Cross Site Request Forgeries.
    django.contrib.databrowse Databrowse is a Django application that lets you browse your data.
    django.contrib.flatpages A framework for managing simple ?flat? HTML content in a database.
    django.contrib.formtools Displays an HTML form, forces a preview, then does something with the submission.
    django.contrib.formtools.wizard Splits forms across multiple Web pages.
    django.contrib.humanize A set of Django template filters useful for adding a "human touch" to data.
    django.contrib.localflavor A collection of various Django snippets that are useful only for a particular country or culture.
    django.contrib.redirects A framework for managing redirects.
    django.contrib.sessions Provides session management for Django projects.
    django.contrib.sessions.middleware Session middleware.
    django.contrib.sitemaps A framework for generating Google sitemap XML files.
    django.contrib.sites Lets you operate multiple web sites from the same database and Django project
    django.contrib.syndication A framework for generating syndication feeds, in RSS and Atom, quite easily.
    django.contrib.webdesign Helpers and utilities targeted primarily at Web *designers* rather than Web *developers*.
    django.core.files File handling and storage
    django.core.mail Helpers to easily send e-mail.
    django.core.paginator Classes to help you easily manage paginated data.
    django.core.signals Core signals sent by the request/response system.
    django.core.urlresolvers
    django.db.models
    django.db.models.fields Built-in field types.
    django.db.models.fields.related Related field types
    django.db.models.signals Signals sent by the model system.
    django.dispatch Signal dispatch
    django.forms.fields Django's built-in form fields.
    django.forms.widgets Django's built-in form widgets.
    django.http Classes dealing with HTTP requests and responses.
    django.middleware Django's built-in middleware classes.
    django.middleware.cache Middleware for the site-wide cache.
    django.middleware.common Middleware adding "common" conveniences for perfectionists.
    django.middleware.doc Middleware to help your app self-document.
    django.middleware.gzip Middleware to serve gziped content for performance.
    django.middleware.http Middleware handling advanced HTTP features.
    django.middleware.locale Middleware to enable language selection based on the request.
    django.middleware.transaction Middleware binding a database transaction to each web request.
    django.shortcuts Convience shortcuts that spam multiple levels of Django's MVC stack.
    django.test Testing tools for Django applications.
    django.test.client Django's test client.
    django.test.signals Signals sent during testing.
    django.test.utils Helpers to write custom test runners.
    django.views.static Serving of static files during development.