Changes between Version 5 and Version 6 of Ticket #22678, comment 2
- Timestamp:
- May 22, 2014, 4:54:28 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22678, comment 2
v5 v6 10 10 for name, field in self.fields.items(): 11 11 html_class_attr = '' 12 bf = self[name+''] 12 bf = self[name+''] # Perform string operation to ensure the name key is a compatible type 13 13 }}}