summaryrefslogtreecommitdiff
path: root/ishtar_common/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/fixtures')
-rw-r--r--ishtar_common/fixtures/initial_data-fr.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/ishtar_common/fixtures/initial_data-fr.json b/ishtar_common/fixtures/initial_data-fr.json
index 24a0d7a6c..3c8aab20b 100644
--- a/ishtar_common/fixtures/initial_data-fr.json
+++ b/ishtar_common/fixtures/initial_data-fr.json
@@ -1190,5 +1190,55 @@
"order": 1,
"txt_idx": "sampling"
}
+ },
+ {
+ "pk": 25,
+ "model": "ishtar_common.titletype",
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "dr",
+ "label": "Dr."
+ }
+ },
+ {
+ "pk": 21,
+ "model": "ishtar_common.titletype",
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "mr",
+ "label": "M."
+ }
+ },
+ {
+ "pk": 22,
+ "model": "ishtar_common.titletype",
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ms",
+ "label": "Mlle"
+ }
+ },
+ {
+ "pk": 24,
+ "model": "ishtar_common.titletype",
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "md",
+ "label": "Mme"
+ }
+ },
+ {
+ "pk": 23,
+ "model": "ishtar_common.titletype",
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "mr and miss",
+ "label": "Mr and Mrs"
+ }
}
]