Changeset 40

Show
Ignore:
Timestamp:
06/06/09 06:54:39 (3 years ago)
Author:
235
Message:

banners cache

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plesonet_banners/trunk/models.py

    r39 r40  
    6969    child_page_only = models.BooleanField(_('Only on childrens'))#, core=True) 
    7070 
     71    objects = models.Manager() # The default manager. 
    7172    published = PublishedBannersManager() 
    7273