Changes between Version 5 and Version 6 of FormField


Ignore:
Timestamp:
Feb 17, 2012, 4:23:16 AM (12 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FormField

    v5 v6  
    149149   * limit_choices_to = query_kwargs
    150150   * to_field = "key_field"
     151 
     152 * ''' ManyToManyField(model) '''
     153   * related_name = "model_set"
     154   * limit_choices_to = query_kwargs
     155   * through = "IntermediateModel"
     156   * symmetrical = True
    151157
    152158
     
    156162
    157163
     164
     165
     166
     167
     168
     169
Back to Top