Changes between Initial Version and Version 1 of Ticket #24662


Ignore:
Timestamp:
Apr 18, 2015, 8:53:17 PM (9 years ago)
Author:
Chris Kief
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24662 – Description

    initial v1  
    1818{{{
    1919# add a single row
    20 a = Example(foo=True)
     20a = Example()
    2121a.save()
    2222
     
    3939
    4040# add a second row
    41 a = Example(foo=True)
     41a = Example()
    4242a.save()
    4343
Back to Top