Pagination of Date-Based Generic Views in Django
        Posted  
        
            by Apreche
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Apreche
        
        
        
        Published on 2009-03-21T20:08:56Z
        Indexed on 
            2010/05/09
            15:58 UTC
        
        
        Read the original article
        Hit count: 204
        
I have a pretty simple question. I want to make some date-based generic views on a Django site, but I also want to paginate them. According to the documentation the object_list view has page and paginate_by arguments, but the archive_month view does not. What's the "right" way to do it?
© Stack Overflow or respective owner