Document contrib.staticfiles.storage.ManifestFilesMixin
    
    
    
      
      
      
        
There is no documentation for ManifestFilesMixin and it's very helpful. I've used it with S3BotoStorage to add hashes to static files.
Maybe other users might also find it useful.
from storages.backends.s3boto import S3BotoStorage
from django.contrib.staticfiles.storage import ManifestFilesMixin
class ManifestS3Storage(ManifestFilesMixin, S3BotoStorage):
    pass
 
     
   
 
      
        
        
          Change History
          (7)
        
          
  
  
  
    
      | Summary: | Please add documentation for ManifestFilesMixin → Document contrib.staticfiles.storage.ManifestFilesMixin | 
    
      | Triage Stage: | Unreviewed → Accepted | 
  
 
           
          
  
  
  
    
      | Owner: | changed from nobody to Theofanis Despoudis | 
    
      | Status: | new → assigned | 
  
 
           
          
          
          
  
  
  
    
      | Patch needs improvement: | set | 
  
 
           
          
  
  
  
    
      | Resolution: | → fixed | 
    
      | Status: | assigned → closed | 
  
 
           
          
          
         
       
     
        
    
    
    
Hi, I would like to claim this ticket as my First Contribution!