Home
Trees
Indices
Help
Django API
Package django
:: Package utils
[
hide private
]
[
frames
] |
no frames
]
Package utils
source code
Submodules
[
hide private
]
django.utils._decimal
:
This is a Py2.3 implementation of decimal floating point arithmetic based on the General Decimal Arithmetic Specification:
django.utils._os
django.utils._threading_local
:
Thread-local objects
django.utils.autoreload
django.utils.cache
:
This module contains helper functions for controlling caching.
django.utils.checksums
:
Common checksum routines (used in multiple localflavor/ cases, for example).
django.utils.daemonize
django.utils.datastructures
django.utils.dateformat
:
PHP date() style date formatting See http://www.php.net/date for format strings
django.utils.dates
:
Commonly-used date structures
django.utils.datetime_safe
django.utils.decorators
:
Functions that help with dynamically creating decorators for views.
django.utils.encoding
django.utils.feedgenerator
:
Syndication feed generation library -- used for generating RSS, etc.
django.utils.functional
django.utils.hashcompat
:
The md5 and sha modules are deprecated since Python 2.5, replaced by the hashlib module containing both hash algorithms.
django.utils.html
:
HTML utilities suitable for global use.
django.utils.http
django.utils.itercompat
:
Providing iterator functions that are not in all version of Python we support.
django.utils.safestring
:
Functions for working with "safe strings": strings that can be displayed safely without further escaping in HTML.
django.utils.simplejson
:
A simple, fast, extensible JSON encoder and decoder
django.utils.simplejson.decoder
:
Implementation of JSONDecoder
django.utils.simplejson.encoder
:
Implementation of JSONEncoder
django.utils.simplejson.scanner
:
Iterator based sre token scanner
django.utils.simplejson.tool
:
Using simplejson from the shell to validate and pretty-print:
django.utils.stopwords
django.utils.synch
:
Synchronization primitives:
django.utils.termcolors
:
termcolors.py
django.utils.text
django.utils.thread_support
:
Code used in a couple of places to work with the current thread's environment.
django.utils.timesince
django.utils.translation
:
Internationalization support.
django.utils.translation.trans_null
django.utils.translation.trans_real
:
Translation helper functions.
django.utils.tree
:
A class for storing a tree graph.
django.utils.tzinfo
:
Implementation of tzinfo classes for use with datetime.datetime.
django.utils.version
django.utils.xmlutils
:
Utilities for XML generation/parsing.
Home
Trees
Indices
Help
Django API
Generated by Epydoc 3.0beta1 on Sat Aug 30 08:41:44 2008
http://epydoc.sourceforge.net