diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-12 13:22:23 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-12 13:22:23 +0200 |
commit | e40b17c69546c42938e0a40d593c7a7a41392858 (patch) | |
tree | 5bd6ed0712418e84bda3c439c545137025a4902b /Makefile.example | |
parent | 7d3fc39c7282af20182ba83b5e03aa1cc673516e (diff) | |
download | Ishtar-e40b17c69546c42938e0a40d593c7a7a41392858.tar.bz2 Ishtar-e40b17c69546c42938e0a40d593c7a7a41392858.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 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 \ |