From f0169853a78fbe3a8c851be9b420d1aaeb45382f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Nov 2017 13:19:18 +0100 Subject: Fix natural keys for state and department --- Makefile.example | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 4e7f1dde0..460fe51ad 100644 --- a/Makefile.example +++ b/Makefile.example @@ -143,6 +143,7 @@ fixtures_common_importers: fixtures_common_towns: cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ + ishtar_common.state \ ishtar_common.department \ ishtar_common.town \ > '../ishtar_common/fixtures/towns-'$(default_data)'.json' -- cgit v1.2.3