From fc8f8313dff6511f1ee588ff413027f1145aa1d9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 16 Jun 2015 12:49:32 +0200 Subject: Imports: fix many to many import when many value from one field (refs #2613) --- ishtar_common/fixtures/test_towns.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ishtar_common/fixtures/test_towns.json (limited to 'ishtar_common/fixtures') diff --git a/ishtar_common/fixtures/test_towns.json b/ishtar_common/fixtures/test_towns.json new file mode 100644 index 000000000..a88ca6476 --- /dev/null +++ b/ishtar_common/fixtures/test_towns.json @@ -0,0 +1,26 @@ +[ + { + "pk": 20816, + "model": "ishtar_common.town", + "fields": { + "departement": null, + "name": "PARIS-1ER-ARRONDISSEMENT", + "center": "POINT (599976.9837326267734170 2429351.2226647692732513)", + "surface": 1810000, + "canton": null, + "numero_insee": "75101" + } + }, + { + "pk": 23920, + "model": "ishtar_common.town", + "fields": { + "departement": null, + "name": "LILLE", + "center": "POINT (650348.5204579939600080 2626592.6267738011665642)", + "surface": 34990000, + "canton": null, + "numero_insee": "59350" + } + } +] -- cgit v1.2.3