summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-08-12 13:17:48 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-08-12 13:17:48 +0200
commitd216261bc87bfb274877cd1f6ae9f4f456482343 (patch)
tree1f150aacd4ca18e4cef676a78b6deb353279fcf0 /Makefile.example
parent0c5b474864311d6a824c77de191543f2bbc8970a (diff)
downloadIshtar-d216261bc87bfb274877cd1f6ae9f4f456482343.tar.bz2
Ishtar-d216261bc87bfb274877cd1f6ae9f4f456482343.zip
Fixtures: natural keys for context records types
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
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 \