From 7d3fc39c7282af20182ba83b5e03aa1cc673516e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 12 Aug 2017 13:17:48 +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 411aef357..a99f3b7c1 100644 --- a/Makefile.example +++ b/Makefile.example @@ -163,7 +163,7 @@ fixtures_operations: > '../archaeological_operations/fixtures/initial_data-'$(default_data)'.json' fixtures_context_records: - cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \ + cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ archaeological_context_records.datingquality \ archaeological_context_records.activitytype \ archaeological_context_records.identificationtype \ -- cgit v1.2.3