Changes between Initial Version and Version 1 of Ticket #34099, comment 2


Ignore:
Timestamp:
Oct 14, 2022, 5:07:58 PM (2 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34099, comment 2

    initial v1  
    1414
    1515{{{#!python
    16 self.nickname = name
     16self.nickname = self.name
    1717if update_fields is not None and "name" in update_fields:
    1818    update_fields = set(update_fields) | {"nickname"}
Back to Top