# HG changeset patch # User durandn # Date 1468424729 -7200 # Node ID 5012f57b673714223ec56a58f436d8fcb8317f54 # Parent 625ed1ba472f9428450df68dabac3ceb6f72cd7b fixture according to new model state diff -r 625ed1ba472f -r 5012f57b6737 src/iconolab/fixtures/demo_data.json --- a/src/iconolab/fixtures/demo_data.json Wed Jul 13 17:45:17 2016 +0200 +++ b/src/iconolab/fixtures/demo_data.json Wed Jul 13 17:45:29 2016 +0200 @@ -24,7 +24,8 @@ "model": "iconolab.Item", "pk": 1, "fields": { - "collection": 1 + "collection": 1, + "item_guid": "80858614-7988-494e-87f5-3a53d83ad889" } },{ "model": "iconolab.ItemMetadata", @@ -63,7 +64,8 @@ "model": "iconolab.Item", "pk": 2, "fields": { - "collection": 1 + "collection": 1, + "item_guid": "b597b937-0d4b-4f48-814d-6de3e308ac76" } },{ "model": "iconolab.ItemMetadata", @@ -99,6 +101,109 @@ "tag_count": 0 } },{ + "model": "iconolab.Item", + "pk": 3, + "fields": { + "collection": 1, + "item_guid": "46ea6b45-caa4-47d5-bd0b-f1f22410b68e" + } + },{ + "model": "iconolab.ItemMetadata", + "pk": 3, + "fields": { + "item": 3, + "domain": "pièce", + "title": "10c pièce", + "description": "", + "joconde_ref": "1234" + } + },{ + "model": "iconolab.Image", + "pk": 3, + "fields": { + "image_guid" : "7384a6af-e87b-42b5-b24b-30cadb8adebc", + "name" : "euro_coin.jpg", + "media" : "uploads/euro_coin.jpg", + "item": 3, + "height": 1200, + "width": 1200, + "created": "2016-03-23 14:13:44.913765+01" + } + },{ + "model": "iconolab.ImageStats", + "pk": 3, + "fields": { + "image": 3, + "annotations_count": 0, + "submitted_revisions_count": 0, + "comments_count": 0, + "folders_inclusion_count": 0, + "tag_count": 0 + } + },{ + "model": "iconolab.Image", + "pk": 4, + "fields": { + "image_guid" : "0ad0ae3e-06cf-4452-9d62-042471ddfdc3", + "name" : "euro_coin2.jpg", + "media" : "uploads/euro_coin2.jpg", + "item": 3, + "height": 1200, + "width": 1200, + "created": "2016-03-23 14:13:44.913765+01" + } + },{ + "model": "iconolab.ImageStats", + "pk": 4, + "fields": { + "image": 4, + "annotations_count": 0, + "submitted_revisions_count": 0, + "comments_count": 0, + "folders_inclusion_count": 0, + "tag_count": 0 + } + },{ + "model": "iconolab.Item", + "pk": 4, + "fields": { + "collection": 1, + "item_guid": "de301942-e60e-4e46-83c2-967bf3838f47" + } + },{ + "model": "iconolab.ItemMetadata", + "pk": 4, + "fields": { + "item": 4, + "domain": "dessin", + "title": "dessin format paysage", + "description": "", + "joconde_ref": "12345" + } + },{ + "model": "iconolab.Image", + "pk": 5, + "fields": { + "image_guid" : "1a00cdd1-514e-4fd9-87ae-d9872b73143b", + "name" : "MIC.1.18.jpg", + "media" : "uploads/MIC.1.18.jpg", + "item": 4, + "height": 6208, + "width": 4704, + "created": "2016-03-23 14:13:44.913765+01" + } + },{ + "model": "iconolab.ImageStats", + "pk": 5, + "fields": { + "image": 5, + "annotations_count": 0, + "submitted_revisions_count": 0, + "comments_count": 0, + "folders_inclusion_count": 0, + "tag_count": 0 + } + },{ "model": "iconolab.MetaCategory", "pk": 1, "fields": {