circuit
circuit social network code-documentation
Public Member Functions | Static Public Attributes | List of all members
posts.views.PostsListView Class Reference

Inherits ListView.

Public Member Functions

def get_queryset (self)
 

Static Public Attributes

string template_name = 'posts/posts_list.html'
 
 model = Post
 

Member Function Documentation

def posts.views.PostsListView.get_queryset (   self)
Returns the posts containing a wished hashtag

@return posts objects that contain the searched hashtag

Member Data Documentation

posts.views.PostsListView.model = Post
static
string posts.views.PostsListView.template_name = 'posts/posts_list.html'
static

The documentation for this class was generated from the following file: