diff options
| -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 | 
