Changes between Initial Version and Version 1 of Ticket #21428, comment 7
- Timestamp:
- Aug 7, 2015, 7:09:37 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21428, comment 7
initial v1 1 1 The 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 3 3 --- a/django/forms/models.py 4 4 +++ b/django/forms/models.py … … 14 14 continue 15 15 if exclude and f.name in exclude: 16 }}}