Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▾ admin
▸ actions
▸ apps
▸ checks
▸ decorators
▸ exceptions
▸ filters
▸ forms
▸ helpers
▸ migrations
▸ models
▸ options
▸ sites
▾ templatetags
▸ admin_list
▸ admin_modify
▸ admin_urls
▸ base
▾ log
class
AdminLogNode
▸ tests
▸ utils
▸ views
▸ widgets
▸ admindocs
▸ auth
▸ contenttypes
▸ flatpages
▸ gis
▸ humanize
▸ messages
▸ postgres
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▸ staticfiles
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class AdminLogNode
django
.
contrib
.
admin
.
templatetags
.
log
.
AdminLogNode
Declaration
class
AdminLogNode(
template.Node
)
source
link
Methods
▷
def
__init__
(
self, limit, varname, user
)
source
link
▷
def
__repr__
(
self
)
source
link
▶
def
render
(
self, context
)
override
inherited doc
Return the node rendered as a string.
source
link
This method overrides
django
.
template
.
base
.
Node
.
render
.
Inherited methods
Methods inherited from
django
.
template
.
base
.
Node
:
__iter__
,
get_nodes_by_type
,
render_annotated
Generated by
nedoc
v0.9 at 2020-12-29 14:04