Python Module Index

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