From 030a7a7791f96649029370ead6bcff2c448db52e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 18 Jul 2017 13:55:19 +0200 Subject: Update contenttype fixture --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 442888f54..9cb46929f 100644 --- a/Makefile.example +++ b/Makefile.example @@ -146,7 +146,7 @@ fixtures: fixtures_auth fixtures_common fixtures_operations fixtures_context_rec fixtures_auth: cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-foreign \ - auth.permission auth.group \ + contenttypes.contenttype auth.permission auth.group \ > '../fixtures/initial_data-auth-'$(default_data)'.json' fixtures_common: fixtures_common_importers fixtures_spatialrefsystem -- cgit v1.2.3