模块索引
C
- django.conf.urls
- django.contrib.admin Django's admin site.
- Django's admin documentation generator.
- django.contrib.auth Django's authentication framework.
- Django's built-in authentication backend classes.
- django.contrib.auth.forms
- django.contrib.auth.middleware Authentication middleware.
- django.contrib.auth.signals
- django.contrib.contenttypes Provides generic interface to installed models.
- django.contrib.contenttypes.fields
- django.contrib.flatpages A framework for managing simple ?flat? HTML content in a database.
- Geographic Information System (GIS) extensions for Django
- django.contrib.gis.admin GeoDjango's extensions to the admin site.
- GeoDjango's spatial database backends.
- django.contrib.gis.db.models GeoDjango model and field API.
- Geographic Database Functions
- django.contrib.gis.feeds GeoDjango's framework for generating spatial feeds.
- GeoDjango forms API.
- django.contrib.gis.forms.widgets GeoDjango widgets API.
- GeoDjango's high-level interface to the GDAL library.
- django.contrib.gis.geoip2 Python interface for MaxMind's GeoIP2 databases.
- GeoDjango's high-level interface to the GEOS library.
- django.contrib.gis.measure GeoDjango's distance and area measurement objects.
- Serialization of GeoDjango models in the GeoJSON format.
- django.contrib.gis.utils GeoDjango's collection of utilities.
- Spatial data import utility for GeoDjango models.
- django.contrib.gis.utils.ogrinspect Utilities for inspecting OGR data sources.
- A set of Django template filters useful for adding a "humantouch" to data.
- django.contrib.messages.middleware Message middleware.
- PostgreSQL-specific fields and features
- django.contrib.postgres.aggregates PostgreSQL specific aggregation functions
- django.contrib.postgres.validators
- A framework for managing redirects.
- django.contrib.sessions Provides session management for Django projects.
- Session middleware.
- django.contrib.sitemaps A framework for generating Google sitemap XML files.
- Lets you operate multiple websites from the same database andDjango project
- django.contrib.sites.middleware Site middleware.
- An app for handling static files.
- django.contrib.syndication A framework for generating syndication feeds, in RSS and Atom,quite easily.
- django.core.exceptions Django core exceptions
- File handling and storage
- django.core.files.storage
- Classes representing uploaded files.
- django.core.files.uploadhandler Django's handlers for file uploads.
- Helpers to easily send email.
- django.core.management
- Classes to help you easily manage paginated data.
- django.core.signals Core signals sent by the request/response system.
- Django's signing framework.
- django.core.validators Validation utilities and base classes
D
- django.db
- Core signals sent by the database wrapper.
- django.db.backends.base.schema
- Schema migration support for Django models
- django.db.migrations.operations
- django.db.models.constraints
- Built-in field types.
- django.db.models.fields.related Related field types
- Database Functions
- django.db.models.indexes
- Lookups API
- django.db.models.options Model meta-class layer
- Signals sent by the model system.
- django.db.transaction
- Signal dispatch
- django.forms
- Django's built-in form fields.
- django.forms.formsets An abstraction for working with multiple forms on the same page.
- ModelForm and ModelFormset.
- django.forms.widgets Django's built-in form widgets.
H
- django.http Classes dealing with HTTP requests and responses.
M
- django.middleware Django's built-in middleware classes.
- Middleware for the site-wide cache.
- django.middleware.clickjacking Clickjacking protection
- Middleware adding "common" conveniences for perfectionists.
- django.middleware.csrf Middleware adding protection against Cross Site RequestForgeries.
- Middleware to serve GZipped content for performance.
- django.middleware.http Middleware handling advanced HTTP features.
- Middleware to enable language selection based on the request.
- django.middleware.security Security middleware.
- Convenience shortcuts that span multiple levels of Django's MVC stack.
T
- Django's template system
- django.template.backends
- django.template.backends.jinja2
- django.template.response Classes dealing with lazy-rendered HTTP responses.
- Testing tools for Django applications.
- django.test.signals Signals sent during testing.
- Helpers to write custom test runners.
U
- django.urls.conf Functions for use in URLconfs.
- Django's built-in utilities.
- django.utils.cache Helper functions for controlling caching.
- Functions to parse strings to datetime objects.
- django.utils.decorators Functions that help with creating decorators for views.
- A series of helper functions to manage character encoding.
- django.utils.feedgenerator Syndication feed generation library — used for generating RSS, etc.
- Functional programming tools.
- django.utils.html HTML helper functions
- HTTP helper functions. (URL encoding, cookie handling, …)
- django.utils.log Logging tools for Django applications
- Functions for working with Python modules.
- django.utils.safestring Functions and classes for working with strings that can be displayed safely without further escaping in HTML.
- Text manipulation.
- django.utils.timezone Timezone support.
- django.views Django's built-in views.
- django.views.decorators.csrf
- django.views.decorators.http
- django.views.generic.dates