Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▾ utils
▸ archive
▸ asyncio
▸ autoreload
▸ baseconv
▸ cache
▸ crypto
▸ datastructures
▸ dateformat
▸ dateparse
▸ dates
▸ datetime_safe
▸ deconstruct
▸ decorators
▸ deprecation
▸ duration
▸ encoding
▸ feedgenerator
▸ formats
▸ functional
▸ hashable
▸ html
▸ http
▸ inspect
▸ ipv6
▸ itercompat
▸ jslex
▸ log
▸ lorem_ipsum
▸ module_loading
▸ numberformat
▸ regex_helper
▸ safestring
▸ termcolors
▸ text
▸ timesince
▸ timezone
▸ topological_sort
▾ translation
▸ reloader
▾ template
▸ trans_null
▸ trans_real
class
Trans
class
TranslatorCommentWarning
class
override
▸ tree
▸ version
▸ xmlutils
▸ views
Module template
django
.
utils
.
translation
.
template
source
link
Functions
▷
def
blankout
(
src, char
)
Change every non-whitespace character to the given char. Used in the templatize function.
source
link
▷
def
templatize
(
src, origin=None
)
Turn a Django template into something that is understood by xgettext. It does so by translating the Django translation tags into standard gettext function invocations.
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04