Changes between Initial Version and Version 1 of Ticket #24710


Ignore:
Timestamp:
Apr 26, 2015, 4:37:24 PM (9 years ago)
Author:
Artem Rizhov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24710 – Description

    initial v1  
    1 This is not a real bug, but this makes some problems. I think property getter should not do so much changes into the internal state of the object. This getter calls the `full_clean` method, so this is actually not a getter, but a real '''worker'''.
     1This is not a real bug, but it makes some problems. Some kind of Schrödinger's bug.
     2
     3I think property getter should not do so much changes into the internal state of the object. This getter calls the `full_clean` method, so this is actually not a getter, but a real '''worker'''.
    24
    35This also produces very annoying side effects on debugging which really look and work like a bug. Please see this stackoverflow question for example
Back to Top