Changes between Version 2 and Version 3 of Ticket #17232, comment 2
- Timestamp:
- Nov 15, 2011, 9:35:07 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17232, comment 2
v2 v3 19 19 cache.append((field, parent)) 20 20 cache.extend([(f, None) for f in self.local_fields]) 21 # Original line 21 # Original lines 22 22 #self._field_cache = tuple(cache) 23 #self._field_name_cache = [x for x, _ in cache] 23 24 24 25 # Second feeble attempt to avoid duplicates