Changes between Initial Version and Version 1 of Ticket #24662
- Timestamp:
- Apr 18, 2015, 8:53:17 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24662 – Description
initial v1 18 18 {{{ 19 19 # add a single row 20 a = Example( foo=True)20 a = Example() 21 21 a.save() 22 22 … … 39 39 40 40 # add a second row 41 a = Example( foo=True)41 a = Example() 42 42 a.save() 43 43