py::gui::models::flat_latestout Class Reference

Inheritance diagram for py::gui::models::flat_latestout:

Inheritance graph
[legend]

List of all members.

Public Member Functions

def matches

Private Member Functions

def _queryset


Member Function Documentation

def py::gui::models::flat_latestout::_queryset (   self  )  [private]

00328                               :
00329                 max = datetime.date.today()
00330                 min = max - qocfg.get_latestOut_time()
00331                 return Album.objects.filter(published_date__range=(min,max))
00332 
        def matches( self, album ) :

def py::gui::models::flat_latestout::matches (   self,
  album 
)

00333                                    :
00334                 return album.is_latestout()
00335 
00336 
class flat_search( flat_catalog ) :


The documentation for this class was generated from the following file:
Generated on Tue Oct 9 20:40:28 2007 for Qomics by  doxygen 1.5.3