Python Module Index

a | c | d | f | h | m | s | t | u | v
 
a
gingerdj.apps
 
c
gingerdj.conf
    gingerdj.conf.urls
    gingerdj.conf.urls.i18n
gingerdj.contrib
    gingerdj.contrib.admin GingerDJ's admin site.
    gingerdj.contrib.admindocs GingerDJ's admin documentation generator.
    gingerdj.contrib.flatpages A framework for managing simple ?flat? HTML content in a database.
    gingerdj.contrib.gis Geographic Information System (GIS) extensions for GingerDJ
    gingerdj.contrib.gis.admin GeoGinger's extensions to the admin site.
    gingerdj.contrib.gis.db.backends GeoGinger's spatial database backends.
    gingerdj.contrib.gis.db.models GeoGinger model and field API.
    gingerdj.contrib.gis.db.models.functions Geographic Database Functions
    gingerdj.contrib.gis.feeds GeoGinger's framework for generating spatial feeds.
    gingerdj.contrib.gis.forms GeoGinger forms API.
    gingerdj.contrib.gis.forms.widgets GeoGinger widgets API.
    gingerdj.contrib.gis.gdal GeoGinger's high-level interface to the GDAL library.
    gingerdj.contrib.gis.geoip2 Python interface for MaxMind's GeoIP2 databases.
    gingerdj.contrib.gis.geos GeoGinger's high-level interface to the GEOS library.
    gingerdj.contrib.gis.measure GeoGinger's distance and area measurement objects.
    gingerdj.contrib.gis.serializers.geojson Serialization of GeoGinger models in the GeoJSON format.
    gingerdj.contrib.gis.utils GeoGinger's collection of utilities.
    gingerdj.contrib.gis.utils.layermapping Spatial data import utility for GeoGinger models.
    gingerdj.contrib.gis.utils.ogrinspect Utilities for inspecting OGR data sources.
    gingerdj.contrib.humanize A set of GingerDJ template filters useful for adding a "human touch" to data.
    gingerdj.contrib.messages Provides cookie- and session-based temporary message storage.
    gingerdj.contrib.messages.middleware Message middleware.
    gingerdj.contrib.messages.test
    gingerdj.contrib.postgres PostgreSQL-specific fields and features
    gingerdj.contrib.postgres.aggregates PostgreSQL specific aggregation functions
    gingerdj.contrib.postgres.constraints PostgreSQL specific database constraint
    gingerdj.contrib.postgres.expressions PostgreSQL specific query expressions
    gingerdj.contrib.postgres.indexes
    gingerdj.contrib.postgres.validators
    gingerdj.contrib.redirects A framework for managing redirects.
    gingerdj.contrib.sessions Provides session management for GingerDJ projects.
    gingerdj.contrib.sessions.middleware Session middleware.
    gingerdj.contrib.sitemaps A framework for generating Google sitemap XML files.
    gingerdj.contrib.sites Lets you operate multiple websites from the same database and GingerDJ project
    gingerdj.contrib.sites.middleware Site middleware.
    gingerdj.contrib.staticfiles An app for handling static files.
    gingerdj.contrib.syndication A framework for generating syndication feeds, in RSS and Atom, quite easily.
gingerdj.core
    gingerdj.core.checks
    gingerdj.core.exceptions GingerDJ core exceptions
    gingerdj.core.files File handling and storage
    gingerdj.core.files.storage
    gingerdj.core.files.uploadedfile Classes representing uploaded files.
    gingerdj.core.files.uploadhandler GingerDJ's handlers for file uploads.
    gingerdj.core.mail Helpers to easily send email.
    gingerdj.core.management
    gingerdj.core.paginator Classes to help you easily manage paginated data.
    gingerdj.core.signals Core signals sent by the request/response system.
    gingerdj.core.signing GingerDJ's signing framework.
    gingerdj.core.validators Validation utilities and base classes
 
d
gingerdj.db
    gingerdj.db.backends Core signals sent by the database wrapper.
    gingerdj.db.backends.base.schema
    gingerdj.db.migrations Schema migration support for GingerDJ models
    gingerdj.db.migrations.operations
    gingerdj.db.models
    gingerdj.db.models.constraints
    gingerdj.db.models.fields Built-in field types.
    gingerdj.db.models.fields.json
    gingerdj.db.models.fields.related Related field types
    gingerdj.db.models.functions Database Functions
    gingerdj.db.models.indexes
    gingerdj.db.models.lookups Lookups API
    gingerdj.db.models.options Model meta-class layer
    gingerdj.db.models.signals Signals sent by the model system.
    gingerdj.db.transaction
gingerdj.dispatch Signal dispatch
 
f
gingerdj.forms
    gingerdj.forms.fields GingerDJ's built-in form fields.
    gingerdj.forms.formsets GingerDJ's functions for building formsets.
    gingerdj.forms.models GingerDJ's functions for building model forms and formsets.
    gingerdj.forms.renderers Built-in form renderers.
    gingerdj.forms.widgets GingerDJ's built-in form widgets.
 
h
gingerdj.http Classes dealing with HTTP requests and responses.
 
m
gingerdj.middleware GingerDJ's built-in middleware classes.
    gingerdj.middleware.cache Middleware for the site-wide cache.
    gingerdj.middleware.clickjacking Protects against Clickjacking
    gingerdj.middleware.common Middleware adding "common" conveniences for perfectionists.
    gingerdj.middleware.csrf Protects against Cross Site Request Forgeries
    gingerdj.middleware.gzip Middleware to serve GZipped content for performance.
    gingerdj.middleware.http Middleware handling advanced HTTP features.
    gingerdj.middleware.locale Middleware to enable language selection based on the request.
    gingerdj.middleware.security Security middleware.
 
s
gingerdj.shortcuts Convenience shortcuts that span multiple levels of GingerDJ's MVC stack.
 
t
gingerdj.template GingerDJ's template system
    gingerdj.template.backends
    gingerdj.template.backends.gingerdj
    gingerdj.template.backends.jinja2
    gingerdj.template.loader
    gingerdj.template.response Classes dealing with lazy-rendered HTTP responses.
gingerdj.test Testing tools for GingerDJ applications.
    gingerdj.test.signals Signals sent during testing.
    gingerdj.test.utils Helpers to write custom test runners.
 
u
gingerdj.urls
    gingerdj.urls.conf Functions for use in URLconfs.
gingerdj.utils GingerDJ's built-in utilities.
    gingerdj.utils.cache Helper functions for controlling caching.
    gingerdj.utils.dateparse Functions to parse strings to datetime objects.
    gingerdj.utils.decorators Functions that help with creating decorators for views.
    gingerdj.utils.encoding A series of helper functions to manage character encoding.
    gingerdj.utils.feedgenerator Syndication feed generation library -- used for generating RSS, etc.
    gingerdj.utils.functional Functional programming tools.
    gingerdj.utils.html HTML helper functions
    gingerdj.utils.http HTTP helper functions. (URL encoding, cookie handling, ...)
    gingerdj.utils.log Logging tools for GingerDJ applications
    gingerdj.utils.module_loading Functions for working with Python modules.
    gingerdj.utils.safestring Functions and classes for working with strings that can be displayed safely without further escaping in HTML.
    gingerdj.utils.text Text manipulation.
    gingerdj.utils.timezone Timezone support.
    gingerdj.utils.translation Internationalization support.
 
v
gingerdj.views GingerDJ's built-in views.
    gingerdj.views.decorators.cache
    gingerdj.views.decorators.common
    gingerdj.views.decorators.csrf
    gingerdj.views.decorators.gzip
    gingerdj.views.decorators.http
    gingerdj.views.decorators.vary
    gingerdj.views.generic.dates
    gingerdj.views.i18n