Changes between Version 2 and Version 3 of Ticket #17232, comment 2


Ignore:
Timestamp:
Nov 15, 2011, 9:35:07 AM (12 years ago)
Author:
hrharkins

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17232, comment 2

    v2 v3  
    1919                    cache.append((field, parent))
    2020        cache.extend([(f, None) for f in self.local_fields])
    21         # Original line
     21        # Original lines
    2222        #self._field_cache = tuple(cache)
     23        #self._field_name_cache = [x for x, _ in cache]
    2324
    2425        # Second feeble attempt to avoid duplicates
Back to Top