Possible form field types per model field type
        Posted  
        
            by Jonathan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jonathan
        
        
        
        Published on 2010-05-26T22:03:08Z
        Indexed on 
            2010/05/26
            23:11 UTC
        
        
        Read the original article
        Hit count: 332
        
Django's documentation specifies for each model field type the corresponding default form field type. Alas, I couldn't find in the documentation, or anywhere else, what form field types are possible per model field type. Not all combinations are possible, right?
Same question for widgets...
© Stack Overflow or respective owner