Changes between Initial Version and Version 1 of Ticket #16176, comment 9


Ignore:
Timestamp:
Oct 21, 2015, 4:56:26 AM (9 years ago)
Author:
Philipp Steinhardt

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16176, comment 9

    initial v1  
    66
    77In my opinion there are three possible solutions:
    8   * delete all class attributes that will be overwritten by fields later (e.g. in add_to_class after the "contribute-to-class" check")
    9   * delete class attributes that have a `__set__` method defined
     8  * ~~delete~~ //overwrite// all class attributes //with None// that will be overwritten by fields later (e.g. in add_to_class after the "contribute-to-class" check")
     9  * ~~delete~~ //overwrite// class attributes //with None// that have a `__set__` method defined
    1010  * set the class attributes to a specific value (e.g. a to be written class) to mark them as to be overwritten later (melinath's suggestion)
    1111
Back to Top