Changes between Initial Version and Version 1 of Ticket #21428, comment 7


Ignore:
Timestamp:
Aug 7, 2015, 7:09:37 AM (9 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21428, comment 7

    initial v1  
    11The made this addition to akaari's patch using the same logic as elsewhere in the patch, which allows save_form_data to be called on the GenericRelation's form field:
    2 
     2{{{#!diff
    33--- a/django/forms/models.py
    44+++ b/django/forms/models.py
     
    1414                 continue
    1515             if exclude and f.name in exclude:
     16}}}
Back to Top