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 | b5e53c41b98f268ec6b9701f9dfbe46a06f4a3ab (patch) | |
tree | 5bd6ed0712418e84bda3c439c545137025a4902b /Makefile.example | |
parent | d216261bc87bfb274877cd1f6ae9f4f456482343 (diff) | |
download | Ishtar-b5e53c41b98f268ec6b9701f9dfbe46a06f4a3ab.tar.bz2 Ishtar-b5e53c41b98f268ec6b9701f9dfbe46a06f4a3ab.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 \ |