Changes between Version 5 and Version 6 of Ticket #22678, comment 2


Ignore:
Timestamp:
May 22, 2014, 4:54:28 PM (10 years ago)
Author:
brycenesbitt

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22678, comment 2

    v5 v6  
    1010 for name, field in self.fields.items():
    1111     html_class_attr = ''
    12      bf = self[name+'']
     12     bf = self[name+''] # Perform string operation to ensure the name key is a compatible type
    1313}}}
Back to Top