diff options
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 |
commit | 7d3fc39c7282af20182ba83b5e03aa1cc673516e (patch) | |
tree | 1f150aacd4ca18e4cef676a78b6deb353279fcf0 /Makefile.example | |
parent | 80f3c8d734b1ba4e1fa135cd710220fcaec20098 (diff) | |
download | Ishtar-7d3fc39c7282af20182ba83b5e03aa1cc673516e.tar.bz2 Ishtar-7d3fc39c7282af20182ba83b5e03aa1cc673516e.zip |
Fixtures: natural keys for context records types
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
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 \ |