Changes between Initial Version and Version 1 of Ticket #28972, comment 6


Ignore:
Timestamp:
Jan 1, 2018, 8:16:30 PM (6 years ago)
Author:
Kal Sze

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28972, comment 6

    initial v1  
    55If I look at the fixtures being dumped out, the parent model is still referred to by pk:
    66
    7 ```
     7{{{
    88[...
    99{
     
    2121        }
    2222}]
    23 ```
     23}}}
    2424
    2525Whereas I expect it to be just something like:
    26 ```
     26{{{
    2727{
    2828        "model": "licenses.adobephotoshoplicense",
     
    3232        }
    3333}
    34 ```
     34}}}
Back to Top