Changes between Initial Version and Version 1 of Ticket #28972, comment 6
- Timestamp:
- Jan 1, 2018, 8:16:30 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28972, comment 6
initial v1 5 5 If I look at the fixtures being dumped out, the parent model is still referred to by pk: 6 6 7 ``` 7 {{{ 8 8 [... 9 9 { … … 21 21 } 22 22 }] 23 ``` 23 }}} 24 24 25 25 Whereas I expect it to be just something like: 26 ``` 26 {{{ 27 27 { 28 28 "model": "licenses.adobephotoshoplicense", … … 32 32 } 33 33 } 34 ``` 34 }}}