Skip to content

Commit

Permalink
Use --natural data dumps in test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Jan 29, 2014
1 parent 9a4d626 commit dcb5b82
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions autocomplete_light/example_apps/basic/fixtures/initial_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"fields": {
"for_inline": null,
"noise": null,
"name": "GfkModel0",
"name": "one",
"content_type": null,
"object_id": null
}
Expand All @@ -16,18 +16,12 @@
"fields": {
"for_inline": null,
"noise": null,
"name": "GfkModel1",
"content_type": 12,
"name": "two",
"content_type": [
"basic",
"gfkmodel"
],
"object_id": 1
}
},
{
"pk": 1,
"model": "basic.gmtmmodel",
"fields": {
"noise": null,
"name": "GmtmModel0",
"for_inline": null
}
}
]

0 comments on commit dcb5b82

Please sign in to comment.