django app fields - copy and paste data
        Posted  
        
            by momo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by momo
        
        
        
        Published on 2010-06-17T19:54:16Z
        Indexed on 
            2010/06/17
            20:03 UTC
        
        
        Read the original article
        Hit count: 284
        
what field in the django models class should be used if the type of data (text/images/html) is unknown? i'm looking for a field that can handle copy and pasted html code, images, text, etc.
© Stack Overflow or respective owner