Updating several records at once using Django
        Posted  
        
            by 47
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by 47
        
        
        
        Published on 2010-04-30T10:22:55Z
        Indexed on 
            2010/04/30
            10:27 UTC
        
        
        Read the original article
        Hit count: 237
        
I want to create a list of records with checkboxes on the left side....kinda like the inbox in Gmail. Then if a user selects some or all of these checkboxes, then the selected record(s) can be updated (only one field will be updated BTW), possibly by clicking a button.
I'm stuck on how to do this though....ideas?
© Stack Overflow or respective owner