summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index e5c63af8b..69370425b 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -129,7 +129,7 @@ fixtures_common: fixtures_common_importers fixtures_spatialrefsystem
> '../ishtar_common/fixtures/initial_data-'$(default_data)'.json'
fixtures_common_importers:
- cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \
+ cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \
ishtar_common.importermodel \
ishtar_common.importertype \
ishtar_common.regexp \