From 0c5b474864311d6a824c77de191543f2bbc8970a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 12 Aug 2017 13:12:32 +0200 Subject: Fixtures: natural keys for operation types --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 567a01fea..411aef357 100644 --- a/Makefile.example +++ b/Makefile.example @@ -154,7 +154,7 @@ fixtures_spatialrefsystem: > '../ishtar_common/fixtures/initial_spatialrefsystem-'$(default_data)'.json' fixtures_operations: - cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \ + cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ archaeological_operations.acttype \ archaeological_operations.period \ archaeological_operations.remaintype \ -- cgit v1.2.3