From b5e53c41b98f268ec6b9701f9dfbe46a06f4a3ab Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 12 Aug 2017 13:22:23 +0200 Subject: Fixtures: natural keys for context records types --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index a99f3b7c1..f806ac1b7 100644 --- a/Makefile.example +++ b/Makefile.example @@ -175,7 +175,7 @@ fixtures_context_records: > '../archaeological_context_records/fixtures/initial_data-'$(default_data)'.json' fixtures_finds: - cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \ + cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ archaeological_finds.materialtype \ archaeological_finds.treatmenttype \ archaeological_finds.treatmentstate \ -- cgit v1.2.3