Package django :: Package contrib :: Package comments :: Package templatetags :: Module comments :: Class CommentFormNode
[hide private]
[frames] | no frames]

Class CommentFormNode

source code

   object --+    
            |    
template.Node --+
                |
               CommentFormNode

Instance Methods [hide private]
 
__init__(self, content_type, obj_id_lookup_var, obj_id, free, photos_optional=False, photos_required=False, photo_options='', ratings_optional=False, ratings_required=False, rating_options='', is_public=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
render(self, context)
Return the node rendered as a string
source code

Inherited from template.Node: __iter__, get_nodes_by_type

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, content_type, obj_id_lookup_var, obj_id, free, photos_optional=False, photos_required=False, photo_options='', ratings_optional=False, ratings_required=False, rating_options='', is_public=True)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

render(self, context)

source code 

Return the node rendered as a string

Overrides: template.Node.render
(inherited documentation)