Changes between Initial Version and Version 1 of Ticket #24343, comment 2
- Timestamp:
- Feb 14, 2015, 11:05:03 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24343, comment 2
initial v1 3 3 That is, shouldn't we be doing something like 4 4 5 ```python6 7 ``` 5 {{{#!python 6 testcase.assertEqual(instance.data.pk, data) 7 }}} 8 8 ?