Changes between Version 4 and Version 5 of Ticket #28443


Ignore:
Timestamp:
Jul 28, 2017, 3:42:37 AM (7 years ago)
Author:
adam-kral
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28443 – Description

    v4 v5  
    1414
    1515        return [value, str(address)]
    16 
    17     def value_from_datadict(self, data, files, name):
    18         return tuple(widget.value_from_datadict(data, files, f'{name}_{i}') for i, widget in enumerate(self.widgets))
    1916
    2017
Back to Top