diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-10-30 00:57:46 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-10-30 00:57:46 +0100 |
commit | 5c671bd3db203ddd89221b25417f2ec25a3245d6 (patch) | |
tree | e0bb670589a71aabf87e3634fc75dd7d079b94f0 /ishtar_common | |
parent | 0885e689a30bd53da2c6595b7f237d4bf6e6a958 (diff) | |
download | Ishtar-5c671bd3db203ddd89221b25417f2ec25a3245d6.tar.bz2 Ishtar-5c671bd3db203ddd89221b25417f2ec25a3245d6.zip |
Update mcc importer fixtures
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/fixtures/initial_importtypes-fr.json | 87 |
1 files changed, 71 insertions, 16 deletions
diff --git a/ishtar_common/fixtures/initial_importtypes-fr.json b/ishtar_common/fixtures/initial_importtypes-fr.json index fdb31104a..1142d624b 100644 --- a/ishtar_common/fixtures/initial_importtypes-fr.json +++ b/ishtar_common/fixtures/initial_importtypes-fr.json @@ -1,28 +1,28 @@ [ { - "pk": 1, + "pk": 2, "model": "ishtar_common.importertype", "fields": { "description": "", "is_template": true, - "unicity_keys": null, + "unicity_keys": "external_id", "users": [], - "slug": null, - "associated_models": "archaeological_operations.models.Operation", - "name": "MCC - Op\u00e9rations" + "slug": "mcc-parcelles", + "associated_models": "archaeological_operations.models.Parcel", + "name": "MCC - Parcelles" } }, { - "pk": 2, + "pk": 1, "model": "ishtar_common.importertype", "fields": { "description": "", "is_template": true, - "unicity_keys": null, + "unicity_keys": "external_id", "users": [], - "slug": null, - "associated_models": "archaeological_operations.models.Parcel", - "name": "MCC - Parcelles" + "slug": "mcc-operations", + "associated_models": "archaeological_operations.models.Operation", + "name": "MCC - Op\u00e9rations" } }, { @@ -31,9 +31,9 @@ "fields": { "description": "", "is_template": true, - "unicity_keys": null, + "unicity_keys": "", "users": [], - "slug": null, + "slug": "mcc-documentation", "associated_models": "archaeological_operations.models.OperationSource", "name": "MCC - Documentation" } @@ -44,9 +44,9 @@ "fields": { "description": "", "is_template": true, - "unicity_keys": null, + "unicity_keys": "external_id", "users": [], - "slug": null, + "slug": "mcc-ue", "associated_models": "archaeological_context_records.models.ContextRecord", "name": "MCC - UE" } @@ -57,9 +57,9 @@ "fields": { "description": "", "is_template": true, - "unicity_keys": null, + "unicity_keys": "external_id", "users": [], - "slug": null, + "slug": "mcc-mobilier", "associated_models": "archaeological_finds.models.BaseFind", "name": "MCC - Mobilier" } @@ -1975,5 +1975,60 @@ "concat": false, "force_new": false } + }, + { + "pk": 25, + "model": "ishtar_common.importerduplicatefield", + "fields": { + "column": 37, + "concat_str": "", + "field_name": "find__external_id", + "concat": false, + "force_new": false + } + }, + { + "pk": 26, + "model": "ishtar_common.importerduplicatefield", + "fields": { + "column": 43, + "concat_str": "", + "field_name": "find__external_id", + "concat": false, + "force_new": false + } + }, + { + "pk": 27, + "model": "ishtar_common.importerduplicatefield", + "fields": { + "column": 226, + "concat_str": "", + "field_name": "find__external_id", + "concat": false, + "force_new": false + } + }, + { + "pk": 28, + "model": "ishtar_common.importerduplicatefield", + "fields": { + "column": 227, + "concat_str": "", + "field_name": "find__external_id", + "concat": false, + "force_new": false + } + }, + { + "pk": 29, + "model": "ishtar_common.importerduplicatefield", + "fields": { + "column": 36, + "concat_str": "", + "field_name": "find__external_id", + "concat": false, + "force_new": false + } } ]
\ No newline at end of file |