Python Module Index

a | c | d | f | h | m | s | t | u | v
 
a
django.apps
 
c
django.conf
    django.conf.urls
    django.conf.urls.i18n
django.contrib
    django.contrib.admin Django的管理站点。
    django.contrib.admindocs Django的管理文档生成器。
    django.contrib.auth Django的身份验证框架。
    django.contrib.auth.backends Django的内置身份验证后端类。
    django.contrib.auth.forms
    django.contrib.auth.hashers
    django.contrib.auth.middleware 身份验证中间件。
    django.contrib.auth.password_validation
    django.contrib.auth.signals
    django.contrib.auth.views
    django.contrib.contenttypes 为已安装的模型提供通用接口。
    django.contrib.contenttypes.admin
    django.contrib.contenttypes.fields
    django.contrib.contenttypes.forms
    django.contrib.flatpages 管理简单平面的框架? 数据库中的HTML内容。
    django.contrib.gis Geographic Information System (GIS) extensions for Django
    django.contrib.gis.admin GeoDjango对管理站点的扩展。
    django.contrib.gis.db.backends GeoDjango's spatial database backends.
    django.contrib.gis.db.models GeoDjango model and field API.
    django.contrib.gis.db.models.functions Geographic Database Functions
    django.contrib.gis.feeds GeoDjango用于生成空间馈送的框架。
    django.contrib.gis.forms GeoDjango forms API.
    django.contrib.gis.forms.widgets GeoDjango widgets API.
    django.contrib.gis.gdal GeoDjango's high-level interface to the GDAL library.
    django.contrib.gis.geoip High-level Python interface for MaxMind's GeoIP C library.
    django.contrib.gis.geoip2 Python interface for MaxMind's GeoIP2 databases.
    django.contrib.gis.geos GeoDjango's high-level interface to the GEOS library.
    django.contrib.gis.measure GeoDjango's distance and area measurement objects.
    django.contrib.gis.serializers.geojson Serialization of GeoDjango models in the GeoJSON format.
    django.contrib.gis.utils GeoDjango's collection of utilities.
    django.contrib.gis.utils.layermapping Spatial data import utility for GeoDjango models.
    django.contrib.gis.utils.ogrinspect Utilities for inspecting OGR data sources.
    django.contrib.humanize A set of Django template filters useful for adding a "human touch" to data.
    django.contrib.messages Provides cookie- and session-based temporary message storage.
    django.contrib.messages.middleware Message middleware.
    django.contrib.postgres PostgreSQL-specific fields and features
    django.contrib.postgres.aggregates PostgreSQL specific aggregation functions
    django.contrib.postgres.indexes
    django.contrib.postgres.validators
    django.contrib.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 websites from the same database and Django project
    django.contrib.sites.middleware Site middleware.
    django.contrib.staticfiles An app for handling static files.
    django.contrib.syndication A framework for generating syndication feeds, in RSS and Atom, quite easily.
django.core
    django.core.checks
    django.core.exceptions Django core exceptions
    django.core.files 文件处理和存储
    django.core.files.storage
    django.core.files.uploadedfile 代表上传文件的类。
    django.core.files.uploadhandler Django's handlers for file uploads.
    django.core.mail Helpers to easily send email.
    django.core.management
    django.core.paginator Classes to help you easily manage paginated data.
    django.core.signals 请求/响应系统发送的核心信号。
    django.core.signing Django's signing framework.
    django.core.validators Validation utilities and base classes
 
d
django.db
    django.db.backends Core signals sent by the database wrapper.
    django.db.backends.base.schema
    django.db.migrations Django模型的模式迁移支持
    django.db.migrations.operations
    django.db.models
    django.db.models.fields 内置字段类型。
    django.db.models.fields.related 相关字段类型
    django.db.models.functions 数据库功能
    django.db.models.functions.datetime
    django.db.models.indexes
    django.db.models.lookups Lookups API
    django.db.models.options Model meta-class layer
    django.db.models.signals Signals sent by the model system.
    django.db.transaction
django.dispatch 信号调度
 
f
django.forms
    django.forms.fields Django's built-in form fields.
    django.forms.formsets An abstraction for working with multiple forms on the same page.
    django.forms.models ModelForm and ModelFormset.
    django.forms.renderers Built-in form renderers.
    django.forms.widgets Django's built-in form widgets.
 
h
django.http 处理HTTP请求和响应的类。
 
m
django.middleware Django's built-in middleware classes.
    django.middleware.cache Middleware for the site-wide cache.
    django.middleware.clickjacking Clickjacking protection
    django.middleware.common Middleware adding "common" conveniences for perfectionists.
    django.middleware.csrf Middleware adding protection against Cross Site Request Forgeries.
    django.middleware.exception Middleware to return responses for exceptions.
    django.middleware.gzip Middleware to serve GZipped 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.security Security middleware.
 
s
django.shortcuts Convenience shortcuts that span multiple levels of Django's MVC stack.
 
t
django.template Django's template system
    django.template.backends
    django.template.backends.django
    django.template.backends.jinja2
    django.template.loader
    django.template.response Classes dealing with lazy-rendered HTTP responses.
django.test Django测试工具
    django.test.signals Signals sent during testing.
    django.test.utils 自定义测试单元
 
u
django.urls
django.utils Django's built-in utilities.
    django.utils.cache Helper functions for controlling caching.
    django.utils.dateparse Functions to parse datetime objects.
    django.utils.decorators Functions that help with creating decorators for views.
    django.utils.encoding A series of helper functions to manage character encoding.
    django.utils.feedgenerator Syndication feed generation library -- used for generating RSS, etc.
    django.utils.functional Functional programming tools.
    django.utils.html HTML helper functions
    django.utils.http HTTP helper functions. (URL encoding, cookie handling, ...)
    django.utils.log Logging tools for Django applications
    django.utils.module_loading 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.
    django.utils.six
    django.utils.text Text manipulation.
    django.utils.timezone Timezone support.
    django.utils.translation
 
v
django.views Django's built-in views.
    django.views.decorators.cache
    django.views.decorators.csrf
    django.views.decorators.gzip
    django.views.decorators.http
    django.views.decorators.vary
    django.views.generic.dates
    django.views.i18n