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


Ignore:
Timestamp:
Jan 3, 2020, 7:55:54 PM (4 years ago)
Author:
zeynel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31124, comment 9

    initial v1  
    1717
    1818b = Bar(foo=0)
    19 assert b.get_foo_display == 'something'
     19assert b.get_foo_display() == 'something'
    2020}}}
    2121
Back to Top